Trace number 1563340

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 2009-03-20UNSAT 655.849 659.682

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.6579
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com
655.76/659.64	c 653.44 seconds
655.76/659.64	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

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

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: 2.00 2.00 2.00 4/85 13348
/proc/meminfo: memFree=1757968/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=4248 CPUtime=0
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 636 0 0 0 0 0 0 0 20 0 1 0 1151185923 4349952 620 1992294400 4194304 6412682 548682068864 18446744073709551615 4263537 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 1062 620 195 541 0 512 0

[startup+0.173757 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 13348
/proc/meminfo: memFree=1757968/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=84440 CPUtime=0.16
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 19548 0 0 0 9 7 0 0 20 0 1 0 1151185923 86466560 19532 1992294400 4194304 6412682 548682068864 18446744073709551615 4854001 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 21110 19532 221 541 0 20560 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 84440

[startup+0.202752 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 13348
/proc/meminfo: memFree=1757968/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=84836 CPUtime=0.19
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 19656 0 0 0 12 7 0 0 20 0 1 0 1151185923 86872064 19640 1992294400 4194304 6412682 548682068864 18446744073709551615 5122920 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 21209 19640 221 541 0 20659 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 84836

[startup+0.302768 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 13348
/proc/meminfo: memFree=1757968/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=86156 CPUtime=0.29
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 20028 0 0 0 22 7 0 0 21 0 1 0 1151185923 88223744 20012 1992294400 4194304 6412682 548682068864 18446744073709551615 5122904 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 21539 20012 221 541 0 20989 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86156

[startup+0.702807 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 13348
/proc/meminfo: memFree=1757968/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=91436 CPUtime=0.69
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 21499 0 0 0 61 8 0 0 25 0 1 0 1151185923 93630464 21483 1992294400 4194304 6412682 548682068864 18446744073709551615 4823724 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 22859 21483 221 541 0 22309 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91436

[startup+1.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13349
/proc/meminfo: memFree=1666824/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=104544 CPUtime=1.48
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 24609 0 0 0 138 10 0 0 25 0 1 0 1151185923 107053056 24593 1992294400 4194304 6412682 548682068864 18446744073709551615 4284873 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 26136 24593 221 541 0 25586 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104544

[startup+3.10105 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13349
/proc/meminfo: memFree=1651912/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=135568 CPUtime=3.07
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 34145 0 0 0 289 18 0 0 25 0 1 0 1151185923 138821632 32949 1992294400 4194304 6412682 548682068864 18446744073709551615 4261038 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 33892 32949 248 541 0 33342 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 135568

[startup+6.30136 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13349
/proc/meminfo: memFree=1591560/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=174780 CPUtime=6.24
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 43879 0 0 0 545 79 0 0 25 0 1 0 1151185923 178974720 42683 1992294400 4194304 6412682 548682068864 18446744073709551615 4533226 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 43695 42683 248 541 0 43145 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 174780

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1575040/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=176728 CPUtime=12.59
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 45534 0 0 0 1172 87 0 0 25 0 1 0 1151185923 180969472 43279 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 44182 43279 255 541 0 43632 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 176728

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1574088/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=177724 CPUtime=25.31
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 45870 0 0 0 2442 89 0 0 25 0 1 0 1151185923 181989376 43615 1992294400 4194304 6412682 548682068864 18446744073709551615 5277712 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 44431 43615 258 541 0 43881 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 177724

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1571784/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=179844 CPUtime=50.75
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 46453 0 0 0 4982 93 0 0 25 0 1 0 1151185923 184160256 44198 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 44961 44198 258 541 0 44411 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 179844

[startup+102.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1571464/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=179844 CPUtime=101.66
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 46502 0 0 0 10068 98 0 0 25 0 1 0 1151185923 184160256 44247 1992294400 4194304 6412682 548682068864 18446744073709551615 4333390 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 44961 44247 258 541 0 44411 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 179844

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1568776/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=182416 CPUtime=161.31
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 47164 0 0 0 16027 104 0 0 25 0 1 0 1151185923 186793984 44909 1992294400 4194304 6412682 548682068864 18446744073709551615 4285802 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 45604 44909 258 541 0 45054 0
Current children cumulated CPU time (s) 161.31
Current children cumulated vsize (KiB) 182416

[startup+222.309 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1568584/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=183204 CPUtime=220.97
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 47215 0 0 0 21987 110 0 0 25 0 1 0 1151185923 187600896 44960 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 45801 44960 258 541 0 45251 0
Current children cumulated CPU time (s) 220.97
Current children cumulated vsize (KiB) 183204

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1563912/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=187740 CPUtime=280.62
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 48381 0 0 0 27945 117 0 0 25 0 1 0 1151185923 192245760 46126 1992294400 4194304 6412682 548682068864 18446744073709551615 4419006 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 46935 46126 258 541 0 46385 0
Current children cumulated CPU time (s) 280.62
Current children cumulated vsize (KiB) 187740

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1561800/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=189748 CPUtime=340.28
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 48891 0 0 0 33905 123 0 0 25 0 1 0 1151185923 194301952 46636 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 47437 46636 258 541 0 46887 0
Current children cumulated CPU time (s) 340.28
Current children cumulated vsize (KiB) 189748

[startup+402.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1552264/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=199660 CPUtime=399.94
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 51282 0 0 0 39865 129 0 0 25 0 1 0 1151185923 204451840 49027 1992294400 4194304 6412682 548682068864 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 49915 49027 258 541 0 49365 0
Current children cumulated CPU time (s) 399.94
Current children cumulated vsize (KiB) 199660

[startup+462.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1549640/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=203076 CPUtime=459.59
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 51952 0 0 0 45824 135 0 0 25 0 1 0 1151185923 207949824 49697 1992294400 4194304 6412682 548682068864 18446744073709551615 4289388 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 50769 49697 258 541 0 50219 0
Current children cumulated CPU time (s) 459.59
Current children cumulated vsize (KiB) 203076

[startup+522.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1538888/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=213832 CPUtime=519.25
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 54612 0 0 0 51781 144 0 0 25 0 1 0 1151185923 218963968 52357 1992294400 4194304 6412682 548682068864 18446744073709551615 4359621 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 53458 52357 258 541 0 52908 0
Current children cumulated CPU time (s) 519.25
Current children cumulated vsize (KiB) 213832

[startup+582.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1532104/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=221952 CPUtime=578.91
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 56289 0 0 0 57740 151 0 0 25 0 1 0 1151185923 227278848 54034 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 55488 54034 258 541 0 54938 0
Current children cumulated CPU time (s) 578.91
Current children cumulated vsize (KiB) 221952

[startup+642.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1522440/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=231524 CPUtime=638.56
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 58720 0 0 0 63699 157 0 0 25 0 1 0 1151185923 237080576 56465 1992294400 4194304 6412682 548682068864 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 57881 56465 258 541 0 57331 0
Current children cumulated CPU time (s) 638.56
Current children cumulated vsize (KiB) 231524

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

[startup+652.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1522312/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=231524 CPUtime=649
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 58722 0 0 0 64742 158 0 0 25 0 1 0 1151185923 237080576 56467 1992294400 4194304 6412682 548682068864 18446744073709551615 4333348 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 57881 56467 258 541 0 57331 0
Current children cumulated CPU time (s) 649
Current children cumulated vsize (KiB) 231524

[startup+656.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1522312/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=231524 CPUtime=652.18
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 58722 0 0 0 65060 158 0 0 25 0 1 0 1151185923 237080576 56467 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 57881 56467 258 541 0 57331 0
Current children cumulated CPU time (s) 652.18
Current children cumulated vsize (KiB) 231524

[startup+657.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1522312/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=231524 CPUtime=653.77
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 58722 0 0 0 65219 158 0 0 25 0 1 0 1151185923 237080576 56467 1992294400 4194304 6412682 548682068864 18446744073709551615 4361988 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 57881 56467 258 541 0 57331 0
Current children cumulated CPU time (s) 653.77
Current children cumulated vsize (KiB) 231524

[startup+658.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1522312/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=231524 CPUtime=654.56
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 58722 0 0 0 65298 158 0 0 25 0 1 0 1151185923 237080576 56467 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 57881 56467 258 541 0 57331 0
Current children cumulated CPU time (s) 654.56
Current children cumulated vsize (KiB) 231524

[startup+659.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1522312/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=231524 CPUtime=655.36
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 58722 0 0 0 65378 158 0 0 25 0 1 0 1151185923 237080576 56467 1992294400 4194304 6412682 548682068864 18446744073709551615 4286943 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 57881 56467 258 541 0 57331 0
Current children cumulated CPU time (s) 655.36
Current children cumulated vsize (KiB) 231524

[startup+659.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 13355
/proc/meminfo: memFree=1522312/2055920 swapFree=4170404/4192956
[pid=13348] ppid=13346 vsize=231524 CPUtime=655.76
/proc/13348/stat : 13348 (kw) R 13346 13348 12848 0 -1 0 58722 0 0 0 65418 158 0 0 25 0 1 0 1151185923 237080576 56467 1992294400 4194304 6412682 548682068864 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/13348/statm: 57881 56467 258 541 0 57331 0
Current children cumulated CPU time (s) 655.76
Current children cumulated vsize (KiB) 231524

Child status: 20
Real time (s): 659.682
CPU time (s): 655.849
CPU user time (s): 654.225
CPU system time (s): 1.62475
CPU usage (%): 99.4191
Max. virtual memory (cumulated for all children) (KiB): 231524

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

runsolver used 1.04784 second user time and 2.55661 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-03 21:00:49
IDJOB=1563340
IDBENCH=70952
IDSOLVER=501
FILE ID=node70/1563340-1238785249
PBS_JOBID= 9085568
Free space on /tmp= 66472 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563340-1238785249/watcher-1563340-1238785249 -o /tmp/evaluation-result-1563340-1238785249/solver-1563340-1238785249 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1563340-1238785249.cnf

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=1088107919

node70.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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1758448 kB
Buffers:         44648 kB
Cached:         173668 kB
SwapCached:       8328 kB
Active:         106544 kB
Inactive:       121612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758448 kB
SwapTotal:     4192956 kB
SwapFree:      4170404 kB
Dirty:            9204 kB
Writeback:           0 kB
Mapped:          15440 kB
Slab:            53528 kB
Committed_AS:  2283384 kB
PageTables:       2556 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= 66460 MiB
End job on node70 at 2009-04-03 21:11:49