Trace number 3493779

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
MUSer 2011-02-10? (exit code) 1199.06 1199.03

General information on the benchmark

NameSAT02/industrial/goldberg/fpga_routing/
c880_gr_rcs_w6.shuffled.cnf
MD5SUM16f447886bc5a8a4178a814eff5c7716
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.1073
Satisfiable
(Un)Satisfiability was proved
Number of variables3936
Number of clauses53018
Sum of the clauses size108660
Maximum clause length6
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252362
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5656

Solver Data

0.00/0.00	c *** MUSer: a MUS extractor ***
0.00/0.00	c *** release date: 2011210 ***
0.00/0.00	c *** release ref: f95464aa99ac ***
0.00/0.00	c *** built: 2011-Feb-10 00:59 ***
0.00/0.00	c *** author: Joao Marques-Silva (jpms@ucd.ie) ***
0.00/0.00	c 
0.00/0.00	c *** instance: HOME/instance-3493779-1307802943.cnf ***
0.00/0.00	c 
0.03/0.07	c Parsing CPU Time: 0.06299
0.03/0.07	c Running MUSer ...
282.60/282.68	c 0.00% completed ... 
360.00/360.03	c 36.51% completed ... 
402.51/402.50	c 57.07% completed ... 
494.91/494.93	c 73.83% completed ... 
1198.93/1199.00	c muser received timeout signal. Terminating ...
1198.93/1199.00	c CPU Time: CPU Time: 1198.41

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493779-1307802943/watcher-3493779-1307802943 -o /tmp/evaluation-result-3493779-1307802943/solver-3493779-1307802943 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3493779-1307802943.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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: 4.03 3.23 2.08 5/193 15658
/proc/meminfo: memFree=24719884/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=3900 CPUtime=0 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 467 0 0 0 0 0 0 0 25 0 1 0 891892141 3993600 422 33554432000 4194304 5696331 140734329893392 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 975 424 114 367 0 605 0

[startup+0.0374609 s]
/proc/loadavg: 4.03 3.23 2.08 5/193 15658
/proc/meminfo: memFree=24719884/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=10272 CPUtime=0.03 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 2182 0 0 0 3 0 0 0 25 0 1 0 891892141 10518528 1991 33554432000 4194304 5696331 140734329893392 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 2568 1993 114 367 0 2198 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10272

[startup+0.100479 s]
/proc/loadavg: 4.03 3.23 2.08 5/193 15658
/proc/meminfo: memFree=24719884/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=18756 CPUtime=0.08 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 4868 0 0 0 8 0 0 0 25 0 1 0 891892141 19206144 4383 33554432000 4194304 5696331 140734329893392 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 4689 4383 143 367 0 4319 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18756

[startup+0.300452 s]
/proc/loadavg: 4.03 3.23 2.08 5/193 15658
/proc/meminfo: memFree=24719884/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=19952 CPUtime=0.28 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 5166 0 0 0 28 0 0 0 25 0 1 0 891892141 20430848 4681 33554432000 4194304 5696331 140734329893392 18446744073709551615 4380987 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 4988 4681 143 367 0 4618 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19952

[startup+0.700366 s]
/proc/loadavg: 4.03 3.23 2.08 5/193 15658
/proc/meminfo: memFree=24719884/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=21988 CPUtime=0.68 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 5680 0 0 0 68 0 0 0 25 0 1 0 891892141 22515712 5195 33554432000 4194304 5696331 140734329893392 18446744073709551615 4410535 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 5497 5195 143 367 0 5127 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21988

[startup+1.50025 s]
/proc/loadavg: 4.03 3.24 2.09 5/194 15659
/proc/meminfo: memFree=24698212/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=26180 CPUtime=1.49 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 6683 0 0 0 148 1 0 0 25 0 1 0 891892141 26808320 6198 33554432000 4194304 5696331 140734329893392 18446744073709551615 4410535 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 6545 6198 143 367 0 6175 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26180

[startup+3.10096 s]
/proc/loadavg: 4.03 3.24 2.09 5/194 15660
/proc/meminfo: memFree=24692012/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=34604 CPUtime=3.08 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 8729 0 0 0 307 1 0 0 25 0 1 0 891892141 35434496 8244 33554432000 4194304 5696331 140734329893392 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 8651 8244 143 367 0 8281 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34604

[startup+6.30039 s]
/proc/loadavg: 4.03 3.24 2.09 5/194 15660
/proc/meminfo: memFree=24658464/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=49976 CPUtime=6.29 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 12461 0 0 0 627 2 0 0 25 0 1 0 891892141 51175424 11976 33554432000 4194304 5696331 140734329893392 18446744073709551615 4411544 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 12494 11976 143 367 0 12124 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49976

[startup+12.7012 s]
/proc/loadavg: 4.02 3.26 2.11 5/194 15660
/proc/meminfo: memFree=24561644/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=81404 CPUtime=12.69 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 20092 0 0 0 1266 3 0 0 25 0 1 0 891892141 83357696 19607 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400656 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 20351 19607 143 367 0 19981 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81404

[startup+25.5009 s]
/proc/loadavg: 4.02 3.29 2.13 5/194 15660
/proc/meminfo: memFree=24458584/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=136188 CPUtime=25.49 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 33291 0 0 0 2543 6 0 0 25 0 1 0 891892141 139456512 32806 33554432000 4194304 5696331 140734329893392 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 34047 32806 143 367 0 33677 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 136188

[startup+51.1002 s]
/proc/loadavg: 4.09 3.36 2.18 5/194 15661
/proc/meminfo: memFree=24054276/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=182124 CPUtime=51.08 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 45262 0 0 0 5100 8 0 0 25 0 1 0 891892141 186494976 44777 33554432000 4194304 5696331 140734329893392 18446744073709551615 4411544 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 45531 44777 143 367 0 45161 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 182124

[startup+102.307 s]
/proc/loadavg: 4.16 3.50 2.29 5/194 15662
/proc/meminfo: memFree=23676672/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=32076 CPUtime=102.29 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 67031 0 0 0 10215 14 0 0 25 0 1 0 891892141 32845824 7731 33554432000 4194304 5696331 140734329893392 18446744073709551615 4410770 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 8019 7731 144 367 0 7649 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 32076

[startup+162.301 s]
/proc/loadavg: 4.20 3.62 2.41 5/194 15664
/proc/meminfo: memFree=22823032/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=191908 CPUtime=162.3 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 106878 0 0 0 16206 24 0 0 25 0 1 0 891892141 196513792 47577 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400192 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 47977 47577 144 367 0 47607 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 191908

[startup+222.301 s]
/proc/loadavg: 4.07 3.69 2.50 5/194 15665
/proc/meminfo: memFree=22647280/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=150520 CPUtime=222.29 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 150272 0 0 0 22196 33 0 0 25 0 1 0 891892141 154132480 36774 33554432000 4194304 5696331 140734329893392 18446744073709551615 4411544 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 37630 36774 144 367 0 37260 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 150520

[startup+282.301 s]
/proc/loadavg: 4.06 3.75 2.60 5/194 15667
/proc/meminfo: memFree=22061476/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=299708 CPUtime=282.29 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 187101 0 0 0 28188 41 0 0 25 0 1 0 891892141 306900992 73600 33554432000 4194304 5696331 140734329893392 18446744073709551615 4373716 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 74927 73600 144 367 0 74557 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 299708

[startup+342.3 s]
/proc/loadavg: 4.06 3.81 2.69 5/194 15669
/proc/meminfo: memFree=21432252/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=622844 CPUtime=342.3 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339265 0 0 0 34168 62 0 0 25 0 1 0 891892141 637792256 155351 33554432000 4194304 5696331 140734329893392 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 155711 155351 149 367 0 155341 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 622844

[startup+402.3 s]
/proc/loadavg: 4.02 3.84 2.77 5/194 15670
/proc/meminfo: memFree=20955680/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=623864 CPUtime=402.3 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339550 0 0 0 40168 62 0 0 25 0 1 0 891892141 638836736 155636 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 155966 155636 150 367 0 155596 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 623864

[startup+462.3 s]
/proc/loadavg: 4.01 3.87 2.84 5/194 15672
/proc/meminfo: memFree=20996068/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=462.3 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339560 0 0 0 46168 62 0 0 25 0 1 0 891892141 596840448 145413 33554432000 4194304 5696331 140734329893392 18446744073709551615 4401101 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145413 150 367 0 145343 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 582852

[startup+522.301 s]
/proc/loadavg: 4.12 3.92 2.92 5/194 15673
/proc/meminfo: memFree=21000596/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=522.3 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339570 0 0 0 52168 62 0 0 25 0 1 0 891892141 596840448 145423 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400400 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145423 150 367 0 145343 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 582852

[startup+582.301 s]
/proc/loadavg: 4.04 3.93 2.99 5/194 15675
/proc/meminfo: memFree=21000916/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=582.31 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339582 0 0 0 58169 62 0 0 25 0 1 0 891892141 596840448 145435 33554432000 4194304 5696331 140734329893392 18446744073709551615 4394391 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145435 150 367 0 145343 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 582852

[startup+642.301 s]
/proc/loadavg: 4.06 3.96 3.05 5/194 15677
/proc/meminfo: memFree=21004496/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=642.31 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339586 0 0 0 64169 62 0 0 25 0 1 0 891892141 596840448 145439 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145439 151 367 0 145343 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 582852

[startup+702.301 s]
/proc/loadavg: 4.05 3.97 3.12 5/194 15678
/proc/meminfo: memFree=21004320/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=702.31 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339586 0 0 0 70169 62 0 0 25 0 1 0 891892141 596840448 145439 33554432000 4194304 5696331 140734329893392 18446744073709551615 4394532 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145439 151 367 0 145343 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 582852

[startup+762.307 s]
/proc/loadavg: 4.10 3.99 3.17 5/194 15680
/proc/meminfo: memFree=20893904/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=762.32 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339586 0 0 0 76170 62 0 0 25 0 1 0 891892141 596840448 145439 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400289 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145439 151 367 0 145343 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 582852

[startup+822.301 s]
/proc/loadavg: 3.35 3.83 3.17 3/182 15729
/proc/meminfo: memFree=27800640/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=822.31 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339586 0 0 0 82169 62 0 0 25 0 1 0 891892141 596840448 145439 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400243 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145439 151 367 0 145343 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 582852

[startup+882.301 s]
/proc/loadavg: 2.49 3.49 3.09 3/182 15731
/proc/meminfo: memFree=27800844/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=882.31 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339586 0 0 0 88169 62 0 0 25 0 1 0 891892141 596840448 145439 33554432000 4194304 5696331 140734329893392 18446744073709551615 4395027 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145439 151 367 0 145343 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 582852

[startup+942.301 s]
/proc/loadavg: 2.22 3.23 3.03 3/182 15733
/proc/meminfo: memFree=27800688/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=942.32 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339586 0 0 0 94170 62 0 0 25 0 1 0 891892141 596840448 145439 33554432000 4194304 5696331 140734329893392 18446744073709551615 4401183 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145439 151 367 0 145343 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 582852

[startup+1002.3 s]
/proc/loadavg: 2.13 3.02 2.97 3/182 15734
/proc/meminfo: memFree=27801268/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=1002.32 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339587 0 0 0 100170 62 0 0 25 0 1 0 891892141 596840448 145440 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400302 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145440 151 367 0 145343 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 582852

[startup+1062.3 s]
/proc/loadavg: 1.66 2.74 2.87 2/176 15760
/proc/meminfo: memFree=30734060/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=1062.32 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339588 0 0 0 106170 62 0 0 25 0 1 0 891892141 596840448 145441 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145441 151 367 0 145343 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 582852

[startup+1122.3 s]
/proc/loadavg: 1.32 2.43 2.76 2/176 15761
/proc/meminfo: memFree=30734152/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=1122.32 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339588 0 0 0 112170 62 0 0 25 0 1 0 891892141 596840448 145441 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145441 151 367 0 145343 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 582852

[startup+1182.3 s]
/proc/loadavg: 1.12 2.17 2.64 2/176 15763
/proc/meminfo: memFree=30734232/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=1182.32 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339588 0 0 0 118170 62 0 0 25 0 1 0 891892141 596840448 145441 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400214 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145441 151 367 0 145343 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 582852

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

[startup+1190.3 s]
/proc/loadavg: 1.11 2.15 2.63 2/176 15763
/proc/meminfo: memFree=30734232/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=1190.32 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339588 0 0 0 118970 62 0 0 25 0 1 0 891892141 596840448 145441 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145441 151 367 0 145343 0
Current children cumulated CPU time (s) 1190.32
Current children cumulated vsize (KiB) 582852

[startup+1193.51 s]
/proc/loadavg: 1.10 2.13 2.62 2/176 15763
/proc/meminfo: memFree=30734356/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=1193.53 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339588 0 0 0 119291 62 0 0 25 0 1 0 891892141 596840448 145441 33554432000 4194304 5696331 140734329893392 18446744073709551615 4401168 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145441 151 367 0 145343 0
Current children cumulated CPU time (s) 1193.53
Current children cumulated vsize (KiB) 582852

[startup+1196.7 s]
/proc/loadavg: 1.09 2.11 2.62 2/176 15763
/proc/meminfo: memFree=30734356/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=1196.73 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339588 0 0 0 119611 62 0 0 25 0 1 0 891892141 596840448 145441 33554432000 4194304 5696331 140734329893392 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145441 151 367 0 145343 0
Current children cumulated CPU time (s) 1196.73
Current children cumulated vsize (KiB) 582852

[startup+1198.3 s]
/proc/loadavg: 1.09 2.11 2.62 2/176 15763
/proc/meminfo: memFree=30734356/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=1198.32 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339588 0 0 0 119770 62 0 0 25 0 1 0 891892141 596840448 145441 33554432000 4194304 5696331 140734329893392 18446744073709551615 4380994 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145441 151 367 0 145343 0
Current children cumulated CPU time (s) 1198.32
Current children cumulated vsize (KiB) 582852

[startup+1198.7 s]
/proc/loadavg: 1.09 2.11 2.62 2/176 15763
/proc/meminfo: memFree=30734356/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=1198.72 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339588 0 0 0 119810 62 0 0 25 0 1 0 891892141 596840448 145441 33554432000 4194304 5696331 140734329893392 18446744073709551615 4393931 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145441 151 367 0 145343 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 582852

[startup+1198.9 s]
/proc/loadavg: 1.09 2.11 2.62 2/176 15763
/proc/meminfo: memFree=30734356/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=582852 CPUtime=1198.93 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202496 339588 0 0 0 119831 62 0 0 25 0 1 0 891892141 596840448 145441 33554432000 4194304 5696331 140734329893392 18446744073709551615 4402895 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/15658/statm: 145713 145441 151 367 0 145343 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 582852

[startup+1199.01 s]
/proc/loadavg: 1.09 2.11 2.62 2/176 15763
/proc/meminfo: memFree=30734356/32951124 swapFree=67054536/67111528
[pid=15658] ppid=15656 vsize=0 CPUtime=1199.03 cores=4,6
/proc/15658/stat : 15658 (muser) R 15656 15658 11621 0 -1 4202500 339588 0 0 0 119841 62 0 0 25 0 1 0 891892141 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 4 0 0 0
/proc/15658/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.03
CPU time (s): 1199.06
CPU user time (s): 1198.41
CPU system time (s): 0.646901
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 623864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.41
system time used= 0.646901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339588
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= 4
involuntary context switches= 1474

runsolver used 2.05369 second user time and 4.29735 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 16:35:43
IDJOB=3493779
IDBENCH=87962
IDSOLVER=1969
FILE ID=node133/3493779-1307802943
RUNJOBID= node133-1307802541-15439
PBS_JOBID= 13551015
Free space on /tmp= 74068 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT02/industrial/goldberg/fpga_routing/c880_gr_rcs_w6.shuffled.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493779-1307802943/watcher-3493779-1307802943 -o /tmp/evaluation-result-3493779-1307802943/solver-3493779-1307802943 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493779-1307802943.cnf

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

MD5SUM BENCH= 16f447886bc5a8a4178a814eff5c7716
RANDOM SEED=705359553

node133.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.834
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.66
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.834
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.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24720808 kB
Buffers:        282276 kB
Cached:        1149280 kB
SwapCached:      10420 kB
Active:        7173672 kB
Inactive:       842748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24720808 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:     6582336 kB
Mapped:          14952 kB
Slab:           136540 kB
PageTables:      18044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6821428 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74084 MiB
End job on node133 at 2011-06-11 16:55:42