Trace number 3493847

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.04 1199.03

General information on the benchmark

NameSAT02/industrial/dellacherie/
w08/w08_10.shuffled.cnf
MD5SUMc06006abff210b8bf7e7ef549c74aa4c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark510.691
Satisfiable
(Un)Satisfiability was proved
Number of variables71615
Number of clauses248504
Sum of the clauses size604106
Maximum clause length15
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2201033
Number of clauses of size 323322
Number of clauses of size 49862
Number of clauses of size 55685
Number of clauses of size over 58575

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-3493847-1307803112.cnf ***
0.00/0.00	c 
0.29/0.36	c Parsing CPU Time: 0.345947
0.29/0.36	c Running MUSer ...
23.00/23.05	c 0.00% completed ... 
48.30/48.33	c 8.28% completed ... 
113.49/113.51	c 23.29% completed ... 
255.69/255.76	c 38.57% completed ... 
430.79/430.83	c 53.57% completed ... 
653.59/653.66	c 68.58% completed ... 
974.69/974.74	c 83.62% completed ... 
1198.89/1199.00	c muser received timeout signal. Terminating ...
1198.89/1199.00	c CPU Time: CPU Time: 1198.65

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

running on 2 cores: 1,3

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.00 4.00 3.67 4/186 9106
/proc/meminfo: memFree=29964508/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=4632 CPUtime=0 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 639 0 0 0 0 0 0 0 25 0 1 0 970541675 4743168 593 33554432000 4194304 5696331 140735251941520 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 1158 594 114 367 0 788 0

[startup+0.040411 s]
/proc/loadavg: 4.00 4.00 3.67 4/186 9106
/proc/meminfo: memFree=29964508/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=12396 CPUtime=0.03 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 2733 0 0 0 3 0 0 0 25 0 1 0 970541675 12693504 2540 33554432000 4194304 5696331 140735251941520 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 3099 2542 114 367 0 2729 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12396

[startup+0.100401 s]
/proc/loadavg: 4.00 4.00 3.67 4/186 9106
/proc/meminfo: memFree=29964508/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=23052 CPUtime=0.09 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 5684 0 0 0 9 0 0 0 25 0 1 0 970541675 23605248 5200 33554432000 4194304 5696331 140735251941520 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 5763 5202 114 367 0 5393 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23052

[startup+0.300364 s]
/proc/loadavg: 4.00 4.00 3.67 4/186 9106
/proc/meminfo: memFree=29964508/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=50908 CPUtime=0.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 13994 0 0 0 28 1 0 0 25 0 1 0 970541675 52129792 12161 33554432000 4194304 5696331 140735251941520 18446744073709551615 4210985 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 12727 12161 114 367 0 12357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50908

[startup+0.700288 s]
/proc/loadavg: 4.00 4.00 3.67 4/186 9106
/proc/meminfo: memFree=29964508/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=86392 CPUtime=0.69 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 23439 0 0 0 67 2 0 0 25 0 1 0 970541675 88465408 21219 33554432000 4194304 5696331 140735251941520 18446744073709551615 4400217 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 21598 21219 142 367 0 21228 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86392

[startup+1.50114 s]
/proc/loadavg: 4.00 4.00 3.68 5/187 9107
/proc/meminfo: memFree=29878560/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=86956 CPUtime=1.49 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 23611 0 0 0 147 2 0 0 25 0 1 0 970541675 89042944 21391 33554432000 4194304 5696331 140735251941520 18446744073709551615 4400022 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 21739 21391 142 367 0 21369 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86956

[startup+3.10084 s]
/proc/loadavg: 4.00 4.00 3.68 5/187 9107
/proc/meminfo: memFree=29875460/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=88388 CPUtime=3.09 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 23973 0 0 0 307 2 0 0 25 0 1 0 970541675 90509312 21753 33554432000 4194304 5696331 140735251941520 18446744073709551615 4399132 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 22097 21753 142 367 0 21727 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88388

[startup+6.30025 s]
/proc/loadavg: 4.00 4.00 3.68 5/187 9145
/proc/meminfo: memFree=30424648/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=90632 CPUtime=6.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 24535 0 0 0 627 2 0 0 25 0 1 0 970541675 92807168 22315 33554432000 4194304 5696331 140735251941520 18446744073709551615 4399919 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 22658 22315 142 367 0 22288 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90632

[startup+12.7011 s]
/proc/loadavg: 4.00 4.00 3.68 5/187 9145
/proc/meminfo: memFree=30406916/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=95084 CPUtime=12.69 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 25597 0 0 0 1266 3 0 0 25 0 1 0 970541675 97366016 23377 33554432000 4194304 5696331 140735251941520 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 23771 23377 142 367 0 23401 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95084

[startup+25.5007 s]
/proc/loadavg: 4.00 4.00 3.68 5/187 9147
/proc/meminfo: memFree=30206628/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=110872 CPUtime=25.49 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 45855 0 0 0 2543 6 0 0 25 0 1 0 970541675 113532928 27169 33554432000 4194304 5696331 140735251941520 18446744073709551615 4380923 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 27718 27169 148 367 0 27348 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 110872

[startup+51.1009 s]
/proc/loadavg: 4.00 4.00 3.69 5/187 9149
/proc/meminfo: memFree=29029428/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=579776 CPUtime=51.09 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 163046 0 0 0 5089 20 0 0 25 0 1 0 970541675 593690624 144343 33554432000 4194304 5696331 140735251941520 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 144944 144343 150 367 0 144574 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 579776

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.71 5/187 9150
/proc/meminfo: memFree=28258544/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=579776 CPUtime=102.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 163066 0 0 0 10209 20 0 0 25 0 1 0 970541675 593690624 144363 33554432000 4194304 5696331 140735251941520 18446744073709551615 4381288 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 144944 144363 150 367 0 144574 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 579776

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/187 9152
/proc/meminfo: memFree=28261236/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=579776 CPUtime=162.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 163088 0 0 0 16208 21 0 0 25 0 1 0 970541675 593690624 144385 33554432000 4194304 5696331 140735251941520 18446744073709551615 4401407 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 144944 144385 150 367 0 144574 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 579776

[startup+222.301 s]
/proc/loadavg: 4.07 4.03 3.75 5/187 9154
/proc/meminfo: memFree=28257848/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=579776 CPUtime=222.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 163107 0 0 0 22208 21 0 0 25 0 1 0 970541675 593690624 144404 33554432000 4194304 5696331 140735251941520 18446744073709551615 4413823 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 144944 144404 150 367 0 144574 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 579776

[startup+282.301 s]
/proc/loadavg: 3.39 3.84 3.70 4/181 9179
/proc/meminfo: memFree=28078440/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=579776 CPUtime=282.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 163129 0 0 0 28208 21 0 0 25 0 1 0 970541675 593690624 144426 33554432000 4194304 5696331 140735251941520 18446744073709551615 4394360 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 144944 144426 150 367 0 144574 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 579776

[startup+342.301 s]
/proc/loadavg: 3.14 3.68 3.65 4/181 9181
/proc/meminfo: memFree=28078412/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=579776 CPUtime=342.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 163148 0 0 0 34208 21 0 0 25 0 1 0 970541675 593690624 144445 33554432000 4194304 5696331 140735251941520 18446744073709551615 4380898 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 144944 144445 150 367 0 144574 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 579776

[startup+402.301 s]
/proc/loadavg: 3.08 3.57 3.61 4/181 9182
/proc/meminfo: memFree=28078640/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=579776 CPUtime=402.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 163165 0 0 0 40208 21 0 0 25 0 1 0 970541675 593690624 144462 33554432000 4194304 5696331 140735251941520 18446744073709551615 4380898 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 144944 144462 150 367 0 144574 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 579776

[startup+462.3 s]
/proc/loadavg: 3.08 3.48 3.58 4/181 9184
/proc/meminfo: memFree=27796276/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=861652 CPUtime=462.28 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233667 0 0 0 46198 30 0 0 25 0 1 0 970541675 882331648 214947 33554432000 4194304 5696331 140735251941520 18446744073709551615 4402352 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 215413 214947 150 367 0 215043 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 861652

[startup+522.3 s]
/proc/loadavg: 3.03 3.39 3.54 4/181 9185
/proc/meminfo: memFree=27796380/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=861652 CPUtime=522.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233684 0 0 0 52198 31 0 0 25 0 1 0 970541675 882331648 214964 33554432000 4194304 5696331 140735251941520 18446744073709551615 4413808 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 215413 214964 150 367 0 215043 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 861652

[startup+582.301 s]
/proc/loadavg: 3.01 3.31 3.50 4/181 9187
/proc/meminfo: memFree=27812856/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=582.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233698 0 0 0 58198 31 0 0 25 0 1 0 970541675 864600064 210681 33554432000 4194304 5696331 140735251941520 18446744073709551615 4380810 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210681 150 367 0 210714 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 844336

[startup+642.301 s]
/proc/loadavg: 3.00 3.26 3.47 4/181 9189
/proc/meminfo: memFree=27466128/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=642.3 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233704 0 0 0 64199 31 0 0 25 0 1 0 970541675 864600064 210687 33554432000 4194304 5696331 140735251941520 18446744073709551615 4402613 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210687 150 367 0 210714 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 844336

[startup+702.301 s]
/proc/loadavg: 3.00 3.21 3.43 4/181 9190
/proc/meminfo: memFree=26836320/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=702.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233710 0 0 0 70198 31 0 0 25 0 1 0 970541675 864600064 210693 33554432000 4194304 5696331 140735251941520 18446744073709551615 4401838 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210693 150 367 0 210714 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 844336

[startup+762.306 s]
/proc/loadavg: 3.00 3.17 3.41 4/181 9192
/proc/meminfo: memFree=26836304/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=762.3 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233718 0 0 0 76198 32 0 0 25 0 1 0 970541675 864600064 210701 33554432000 4194304 5696331 140735251941520 18446744073709551615 4394391 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210701 150 367 0 210714 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 844336

[startup+822.3 s]
/proc/loadavg: 3.00 3.13 3.38 4/181 9194
/proc/meminfo: memFree=26394584/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=822.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233725 0 0 0 82197 32 0 0 25 0 1 0 970541675 864600064 210708 33554432000 4194304 5696331 140735251941520 18446744073709551615 4381236 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210708 150 367 0 210714 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 844336

[startup+882.301 s]
/proc/loadavg: 3.00 3.11 3.35 4/181 9195
/proc/meminfo: memFree=26394676/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=882.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233732 0 0 0 88197 32 0 0 25 0 1 0 970541675 864600064 210715 33554432000 4194304 5696331 140735251941520 18446744073709551615 4399919 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210715 150 367 0 210714 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 844336

[startup+942.301 s]
/proc/loadavg: 3.00 3.08 3.33 4/181 9197
/proc/meminfo: memFree=26394884/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=942.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233740 0 0 0 94196 33 0 0 25 0 1 0 970541675 864600064 210723 33554432000 4194304 5696331 140735251941520 18446744073709551615 4402216 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210723 150 367 0 210714 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 844336

[startup+1002.3 s]
/proc/loadavg: 3.00 3.07 3.30 4/181 9198
/proc/meminfo: memFree=26395108/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=1002.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233749 0 0 0 100196 33 0 0 25 0 1 0 970541675 864600064 210732 33554432000 4194304 5696331 140735251941520 18446744073709551615 4417519 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210732 150 367 0 210714 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 844336

[startup+1062.3 s]
/proc/loadavg: 3.00 3.05 3.28 4/181 9200
/proc/meminfo: memFree=26395084/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=1062.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233759 0 0 0 106195 34 0 0 25 0 1 0 970541675 864600064 210742 33554432000 4194304 5696331 140735251941520 18446744073709551615 4403208 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210742 150 367 0 210714 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 844336

[startup+1122.3 s]
/proc/loadavg: 2.47 2.90 3.21 3/175 9226
/proc/meminfo: memFree=26689364/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=1122.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233768 0 0 0 112195 34 0 0 25 0 1 0 970541675 864600064 210751 33554432000 4194304 5696331 140735251941520 18446744073709551615 4401823 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210751 150 367 0 210714 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 844336

[startup+1182.3 s]
/proc/loadavg: 2.17 2.73 3.13 3/175 9227
/proc/meminfo: memFree=26689592/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=1182.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233780 0 0 0 118194 35 0 0 25 0 1 0 970541675 864600064 210763 33554432000 4194304 5696331 140735251941520 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210763 150 367 0 210714 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 844336

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

[startup+1190.3 s]
/proc/loadavg: 2.16 2.72 3.13 3/175 9227
/proc/meminfo: memFree=26689584/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=1190.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233782 0 0 0 118994 35 0 0 25 0 1 0 970541675 864600064 210765 33554432000 4194304 5696331 140735251941520 18446744073709551615 4381740 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210765 150 367 0 210714 0
Current children cumulated CPU time (s) 1190.29
Current children cumulated vsize (KiB) 844336

[startup+1193.51 s]
/proc/loadavg: 2.14 2.71 3.12 3/175 9227
/proc/meminfo: memFree=26689584/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=1193.5 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233782 0 0 0 119315 35 0 0 25 0 1 0 970541675 864600064 210765 33554432000 4194304 5696331 140735251941520 18446744073709551615 4417074 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210765 150 367 0 210714 0
Current children cumulated CPU time (s) 1193.5
Current children cumulated vsize (KiB) 844336

[startup+1196.7 s]
/proc/loadavg: 2.13 2.70 3.11 3/175 9228
/proc/meminfo: memFree=26689460/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=1196.7 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233783 0 0 0 119635 35 0 0 25 0 1 0 970541675 864600064 210766 33554432000 4194304 5696331 140735251941520 18446744073709551615 4402316 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210766 150 367 0 210714 0
Current children cumulated CPU time (s) 1196.7
Current children cumulated vsize (KiB) 844336

[startup+1198.3 s]
/proc/loadavg: 2.13 2.70 3.11 2/169 9252
/proc/meminfo: memFree=30009468/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=1198.29 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233783 0 0 0 119794 35 0 0 25 0 1 0 970541675 864600064 210766 33554432000 4194304 5696331 140735251941520 18446744073709551615 4400112 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210766 150 367 0 210714 0
Current children cumulated CPU time (s) 1198.29
Current children cumulated vsize (KiB) 844336

[startup+1198.7 s]
/proc/loadavg: 2.13 2.70 3.11 2/169 9252
/proc/meminfo: memFree=30009468/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=1198.69 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233783 0 0 0 119834 35 0 0 25 0 1 0 970541675 864600064 210766 33554432000 4194304 5696331 140735251941520 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210766 150 367 0 210714 0
Current children cumulated CPU time (s) 1198.69
Current children cumulated vsize (KiB) 844336

[startup+1198.9 s]
/proc/loadavg: 2.13 2.70 3.11 2/169 9252
/proc/meminfo: memFree=30009468/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=844336 CPUtime=1198.89 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202496 233783 0 0 0 119854 35 0 0 25 0 1 0 970541675 864600064 210766 33554432000 4194304 5696331 140735251941520 18446744073709551615 4417628 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9106/statm: 211084 210766 150 367 0 210714 0
Current children cumulated CPU time (s) 1198.89
Current children cumulated vsize (KiB) 844336

[startup+1199.01 s]
/proc/loadavg: 2.13 2.70 3.11 2/169 9252
/proc/meminfo: memFree=30009468/32951124 swapFree=67062556/67111528
[pid=9106] ppid=9104 vsize=0 CPUtime=1199 cores=1,3
/proc/9106/stat : 9106 (muser) R 9104 9106 8460 0 -1 4202500 233784 0 0 0 119864 36 0 0 25 0 1 0 970541675 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 1 0 0 0
/proc/9106/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.03
CPU time (s): 1199.04
CPU user time (s): 1198.65
CPU system time (s): 0.38994
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 861652

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

runsolver used 2.00669 second user time and 4.49532 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-11 16:38:32
IDJOB=3493847
IDBENCH=88050
IDSOLVER=1969
FILE ID=node111/3493847-1307803112
RUNJOBID= node111-1307800705-8480
PBS_JOBID= 13551063
Free space on /tmp= 73836 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT02/industrial/dellacherie/w08/w08_10.shuffled.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493847-1307803112/watcher-3493847-1307803112 -o /tmp/evaluation-result-3493847-1307803112/solver-3493847-1307803112 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493847-1307803112.cnf

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

MD5SUM BENCH= c06006abff210b8bf7e7ef549c74aa4c
RANDOM SEED=1164147621

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29965300 kB
Buffers:        313968 kB
Cached:        1588116 kB
SwapCached:      11232 kB
Active:        1417884 kB
Inactive:      1344552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29965300 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:            9088 kB
Writeback:           0 kB
AnonPages:      857808 kB
Mapped:          12268 kB
Slab:           156636 kB
PageTables:       6592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1065204 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= 73876 MiB
End job on node111 at 2011-06-11 16:58:31