Trace number 3292075

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-28? (TO) 1300.11 1300.12

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1263.53
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3292075-1303791860/watcher-3292075-1303791860 -o /tmp/evaluation-result-3292075-1303791860/solver-3292075-1303791860 -C 2400 -W 1300 -M 7680 kw --tmp-path=HOME HOME/instance-3292075-1303791860.cnf 

running on 2 cores: 0,2

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: 1.84 2.15 3.05 4/189 10235
/proc/meminfo: memFree=9021832/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=8312 CPUtime=0 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 1463 0 0 0 0 0 0 0 23 0 1 0 569417383 8511488 1414 33554432000 4194304 6935321 140737212037136 18446744073709551615 4289359 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 2078 1418 241 670 0 1399 0

[startup+0.059872 s]
/proc/loadavg: 1.84 2.15 3.05 4/189 10235
/proc/meminfo: memFree=9021832/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=61116 CPUtime=0.05 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 13388 0 0 0 4 1 0 0 23 0 1 0 569417383 62582784 13323 33554432000 4194304 6935321 140737212037136 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 15279 13333 241 670 0 14600 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 61116

[startup+0.100863 s]
/proc/loadavg: 1.84 2.15 3.05 4/189 10235
/proc/meminfo: memFree=9021832/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=106680 CPUtime=0.09 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 22486 0 0 0 7 2 0 0 23 0 1 0 569417383 109240320 22422 33554432000 4194304 6935321 140737212037136 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 26670 22431 241 670 0 25991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 106680

[startup+0.30084 s]
/proc/loadavg: 1.84 2.15 3.05 4/189 10235
/proc/meminfo: memFree=9021832/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=282344 CPUtime=0.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 67208 0 0 0 22 7 0 0 25 0 1 0 569417383 289120256 67143 33554432000 4194304 6935321 140737212037136 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 70586 67151 241 670 0 69907 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 282344

[startup+1.84255 s]
/proc/loadavg: 1.84 2.15 3.05 4/189 10235
/proc/meminfo: memFree=9021832/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=403500 CPUtime=1.83 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 97133 0 0 0 172 11 0 0 25 0 1 0 569417383 413184000 97068 33554432000 4194304 6935321 140737212037136 18446744073709551615 5324048 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 100875 97069 250 670 0 100196 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 403500

[startup+1.90054 s]
/proc/loadavg: 1.84 2.15 3.05 4/189 10235
/proc/meminfo: memFree=9021832/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=405216 CPUtime=1.89 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 97610 0 0 0 178 11 0 0 25 0 1 0 569417383 414941184 97545 33554432000 4194304 6935321 140737212037136 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 101304 97545 250 670 0 100625 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 405216

[startup+3.10033 s]
/proc/loadavg: 1.84 2.15 3.05 5/190 10236
/proc/meminfo: memFree=8402212/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=494228 CPUtime=3.09 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 120732 0 0 0 295 14 0 0 25 0 1 0 569417383 506089472 120667 33554432000 4194304 6935321 140737212037136 18446744073709551615 5404896 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 123557 120668 250 670 0 122878 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 494228

[startup+6.30077 s]
/proc/loadavg: 2.01 2.18 3.06 5/190 10236
/proc/meminfo: memFree=7855740/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=723148 CPUtime=6.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 172967 0 0 0 606 23 0 0 25 0 1 0 569417383 740503552 172902 33554432000 4194304 6935321 140737212037136 18446744073709551615 5495604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 180787 172902 250 670 0 180108 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 723148

[startup+12.7006 s]
/proc/loadavg: 2.17 2.21 3.06 5/190 10237
/proc/meminfo: memFree=7074892/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=1159512 CPUtime=12.7 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 276518 0 0 0 1229 41 0 0 25 0 1 0 569417383 1187340288 276453 33554432000 4194304 6935321 140737212037136 18446744073709551615 5393296 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 289878 276453 250 670 0 289199 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1159512

[startup+25.5004 s]
/proc/loadavg: 2.57 2.29 3.08 5/187 10258
/proc/meminfo: memFree=5762976/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2339712 CPUtime=25.5 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 576739 0 0 0 2466 84 0 0 25 0 1 0 569417383 2395865088 573849 33554432000 4194304 6935321 140737212037136 18446744073709551615 4405859 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 584928 573851 268 670 0 584249 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 2339712

[startup+51.1009 s]
/proc/loadavg: 3.06 2.43 3.10 5/190 10265
/proc/meminfo: memFree=4663476/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2402780 CPUtime=51.09 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 592887 0 0 0 5008 101 0 0 25 0 1 0 569417383 2460446720 589997 33554432000 4194304 6935321 140737212037136 18446744073709551615 4387658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 600695 589997 275 670 0 600016 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2402780

[startup+102.301 s]
/proc/loadavg: 3.59 2.67 3.15 5/190 10294
/proc/meminfo: memFree=4728868/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2320224 CPUtime=102.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 597151 0 0 0 10127 102 0 0 25 0 1 0 569417383 2375909376 571594 33554432000 4194304 6935321 140737212037136 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 580056 571594 298 670 0 579377 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2320224

[startup+162.3 s]
/proc/loadavg: 3.85 2.91 3.20 5/190 10323
/proc/meminfo: memFree=5774184/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2320224 CPUtime=162.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 597151 0 0 0 16127 102 0 0 25 0 1 0 569417383 2375909376 571594 33554432000 4194304 6935321 140737212037136 18446744073709551615 4431397 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 580056 571594 298 670 0 579377 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2320224

[startup+222.301 s]
/proc/loadavg: 3.94 3.10 3.24 5/190 10324
/proc/meminfo: memFree=5745396/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2327316 CPUtime=222.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 614597 0 0 0 22119 110 0 0 25 0 1 0 569417383 2383171584 573898 33554432000 4194304 6935321 140737212037136 18446744073709551615 4429571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 581829 573898 298 670 0 581150 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2327316

[startup+282.301 s]
/proc/loadavg: 3.98 3.26 3.29 5/190 10326
/proc/meminfo: memFree=5712692/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2327316 CPUtime=282.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 614610 0 0 0 28119 110 0 0 25 0 1 0 569417383 2383171584 573911 33554432000 4194304 6935321 140737212037136 18446744073709551615 4429583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 581829 573911 298 670 0 581150 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2327316

[startup+342.301 s]
/proc/loadavg: 3.99 3.40 3.33 5/190 10327
/proc/meminfo: memFree=5684988/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2327316 CPUtime=342.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 627275 0 0 0 34111 118 0 0 25 0 1 0 569417383 2383171584 573933 33554432000 4194304 6935321 140737212037136 18446744073709551615 4430522 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 581829 573933 298 670 0 581150 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 2327316

[startup+402.301 s]
/proc/loadavg: 4.04 3.52 3.38 5/190 10329
/proc/meminfo: memFree=5667168/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2327316 CPUtime=402.28 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 627276 0 0 0 40110 118 0 0 25 0 1 0 569417383 2383171584 573934 33554432000 4194304 6935321 140737212037136 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 581829 573934 298 670 0 581150 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 2327316

[startup+462.306 s]
/proc/loadavg: 4.09 3.62 3.42 5/190 10331
/proc/meminfo: memFree=5659780/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2327316 CPUtime=462.3 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 627283 0 0 0 46111 119 0 0 25 0 1 0 569417383 2383171584 573941 33554432000 4194304 6935321 140737212037136 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 581829 573941 298 670 0 581150 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2327316

[startup+522.301 s]
/proc/loadavg: 4.03 3.69 3.45 5/190 10332
/proc/meminfo: memFree=5613332/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2335572 CPUtime=522.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 640281 0 0 0 52102 127 0 0 25 0 1 0 569417383 2391625728 576136 33554432000 4194304 6935321 140737212037136 18446744073709551615 4430621 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 583893 576136 298 670 0 583214 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 2335572

[startup+582.3 s]
/proc/loadavg: 3.93 3.72 3.48 4/184 10351
/proc/meminfo: memFree=5693312/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2335572 CPUtime=582.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 640315 0 0 0 58102 127 0 0 25 0 1 0 569417383 2391625728 576170 33554432000 4194304 6935321 140737212037136 18446744073709551615 4430667 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10235/statm: 583893 576170 298 670 0 583214 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 2335572

[startup+642.301 s]
/proc/loadavg: 3.34 3.59 3.44 4/184 10352
/proc/meminfo: memFree=5641844/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2335572 CPUtime=642.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 649972 0 0 0 64096 133 0 0 25 0 1 0 569417383 2391625728 576412 33554432000 4194304 6935321 140737212037136 18446744073709551615 5917751 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/10235/statm: 583893 576412 298 670 0 583214 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 2335572

[startup+702.301 s]
/proc/loadavg: 3.12 3.48 3.41 4/184 10354
/proc/meminfo: memFree=5677876/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2335572 CPUtime=702.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 650006 0 0 0 70096 133 0 0 25 0 1 0 569417383 2391625728 576446 33554432000 4194304 6935321 140737212037136 18446744073709551615 4430522 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/10235/statm: 583893 576446 298 670 0 583214 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 2335572

[startup+762.301 s]
/proc/loadavg: 3.04 3.39 3.38 4/184 10356
/proc/meminfo: memFree=5673812/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2335572 CPUtime=762.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 650009 0 0 0 76095 134 0 0 25 0 1 0 569417383 2391625728 576449 33554432000 4194304 6935321 140737212037136 18446744073709551615 4430895 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/10235/statm: 583893 576449 298 670 0 583214 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 2335572

[startup+822.301 s]
/proc/loadavg: 3.01 3.32 3.36 4/184 10357
/proc/meminfo: memFree=5652604/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2352088 CPUtime=822.29 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 654148 0 0 0 82095 134 0 0 25 0 1 0 569417383 2408538112 580588 33554432000 4194304 6935321 140737212037136 18446744073709551615 4429603 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/10235/statm: 588022 580588 298 670 0 587343 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 2352088

[startup+882.301 s]
/proc/loadavg: 3.00 3.26 3.33 4/184 10362
/proc/meminfo: memFree=5649260/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2352088 CPUtime=882.3 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 662620 0 0 0 88091 139 0 0 25 0 1 0 569417383 2408538112 580605 33554432000 4194304 6935321 140737212037136 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/10235/statm: 588022 580605 298 670 0 587343 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 2352088

[startup+942.301 s]
/proc/loadavg: 3.06 3.22 3.31 4/184 10363
/proc/meminfo: memFree=5649140/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2352088 CPUtime=942.3 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 662620 0 0 0 94090 140 0 0 25 0 1 0 569417383 2408538112 580605 33554432000 4194304 6935321 140737212037136 18446744073709551615 4430621 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/10235/statm: 588022 580605 298 670 0 587343 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 2352088

[startup+1002.3 s]
/proc/loadavg: 3.02 3.18 3.29 4/184 10365
/proc/meminfo: memFree=5647452/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2352088 CPUtime=1002.3 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 662628 0 0 0 100090 140 0 0 25 0 1 0 569417383 2408538112 580613 33554432000 4194304 6935321 140737212037136 18446744073709551615 4430943 0 0 4096 2 0 0 0 17 0 0 0 1
/proc/10235/statm: 588022 580613 298 670 0 587343 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 2352088

[startup+1062.3 s]
/proc/loadavg: 3.07 3.16 3.27 4/184 10367
/proc/meminfo: memFree=5635684/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2352088 CPUtime=1062.28 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 670626 0 0 0 106083 145 0 0 25 0 1 0 569417383 2408538112 580620 33554432000 4194304 6935321 140737212037136 18446744073709551615 4429603 0 0 4096 2 0 0 0 17 0 0 0 3
/proc/10235/statm: 588022 580620 298 670 0 587343 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 2352088

[startup+1122.31 s]
/proc/loadavg: 3.02 3.13 3.26 4/184 10368
/proc/meminfo: memFree=5635784/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2352088 CPUtime=1122.28 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 670626 0 0 0 112083 145 0 0 25 0 1 0 569417383 2408538112 580620 33554432000 4194304 6935321 140737212037136 18446744073709551615 4478302 0 0 4096 2 0 0 0 17 0 0 0 3
/proc/10235/statm: 588022 580620 298 670 0 587343 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 2352088

[startup+1182.3 s]
/proc/loadavg: 2.72 3.04 3.22 3/178 10387
/proc/meminfo: memFree=6691164/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2352088 CPUtime=1182.27 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 670627 0 0 0 118082 145 0 0 25 0 1 0 569417383 2408538112 580621 33554432000 4194304 6935321 140737212037136 18446744073709551615 4429796 0 0 4096 2 0 0 0 17 0 0 0 3
/proc/10235/statm: 588022 580621 298 670 0 587343 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 2352088

[startup+1242.3 s]
/proc/loadavg: 2.26 2.85 3.14 3/178 10388
/proc/meminfo: memFree=6691128/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2352088 CPUtime=1242.28 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 670706 0 0 0 124082 146 0 0 25 0 1 0 569417383 2408538112 580700 33554432000 4194304 6935321 140737212037136 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 0 0 0 3
/proc/10235/statm: 588022 580700 298 670 0 587343 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 2352088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.94 2.66 3.05 2/172 10408
/proc/meminfo: memFree=8671984/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=2381048 CPUtime=1299.98 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4202496 677949 0 0 0 129849 149 0 0 25 0 1 0 569417383 2438193152 587943 33554432000 4194304 6935321 140737212037136 18446744073709551615 4487313 0 0 4096 2 0 0 0 17 0 0 0 3
/proc/10235/statm: 595262 587943 298 670 0 594583 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 2381048

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

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

[startup+1300.11 s]
/proc/loadavg: 1.94 2.66 3.05 2/172 10408
/proc/meminfo: memFree=8671984/32950928 swapFree=67111528/67111528
[pid=10235] ppid=10233 vsize=0 CPUtime=1300.08 cores=0,2
/proc/10235/stat : 10235 (kw) R 10233 10235 9072 0 -1 4203524 677949 0 0 0 129849 159 0 0 25 0 1 0 569417383 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 3
/proc/10235/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.08
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 1300.11
CPU user time (s): 1298.5
CPU system time (s): 1.60976
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 2402780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.5
system time used= 1.60975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 677949
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= 6
involuntary context switches= 2479

runsolver used 2.21266 second user time and 4.77927 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-26 06:24:27
IDJOB=3292075
IDBENCH=85008
IDSOLVER=1658
FILE ID=node112/3292075-1303791860
RUNJOBID= node112-1303791852-10166
PBS_JOBID= 13157248
Free space on /tmp= 72248 MiB

SOLVER NAME= kw 2011-02-28
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= kw --tmp-path=TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292075-1303791860/watcher-3292075-1303791860 -o /tmp/evaluation-result-3292075-1303791860/solver-3292075-1303791860 -C 2400 -W 1300 -M 7680  kw --tmp-path=HOME HOME/instance-3292075-1303791860.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=1755442597

node112.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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       9021988 kB
Buffers:       1980948 kB
Cached:       19476368 kB
SwapCached:          0 kB
Active:       12251812 kB
Inactive:     11120100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9021988 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          466964 kB
Writeback:           0 kB
AnonPages:     1914200 kB
Mapped:          18444 kB
Slab:           488080 kB
PageTables:       8872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2159896 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= 72408 MiB
End job on node112 at 2011-04-26 06:46:09