Trace number 3493839

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.16 1199.13

General information on the benchmark

NameSAT02/industrial/dellacherie/
w10/w10_70.shuffled.cnf
MD5SUMdb8728ab474c495f304249a89a0b4a69
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark805.073
Satisfiable
(Un)Satisfiability was proved
Number of variables32745
Number of clauses103556
Sum of the clauses size246730
Maximum clause length20
Minimum clause length1
Number of clauses of size 1143
Number of clauses of size 282290
Number of clauses of size 312602
Number of clauses of size 44308
Number of clauses of size 51973
Number of clauses of size over 52240

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-3493839-1307803110.cnf ***
0.00/0.00	c 
0.08/0.14	c Parsing CPU Time: 0.133979
0.08/0.14	c Running MUSer ...
21.19/21.22	c 0.00% completed ... 
80.19/80.25	c 9.53% completed ... 
197.49/197.55	c 14.58% completed ... 
306.49/306.59	c 19.58% completed ... 
896.82/896.86	c 34.83% completed ... 
1198.93/1199.00	c muser received timeout signal. Terminating ...
1198.93/1199.00	c CPU Time: CPU Time: 1198.01

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-3493839-1307803110/watcher-3493839-1307803110 -o /tmp/evaluation-result-3493839-1307803110/solver-3493839-1307803110 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3493839-1307803110.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.00 4.00 3.67 5/186 9068
/proc/meminfo: memFree=29689688/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3768 CPUtime=0 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 427 0 0 0 0 0 0 0 25 0 1 0 970541477 3858432 382 33554432000 4194304 5696331 140736296659376 18446744073709551615 5068096 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 942 383 114 367 0 572 0

[startup+0.054361 s]
/proc/loadavg: 4.00 4.00 3.67 5/186 9068
/proc/meminfo: memFree=29689688/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=14088 CPUtime=0.04 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 3140 0 0 0 4 0 0 0 25 0 1 0 970541477 14426112 2948 33554432000 4194304 5696331 140736296659376 18446744073709551615 4208115 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 3522 2948 114 367 0 3152 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14088

[startup+0.100336 s]
/proc/loadavg: 4.00 4.00 3.67 5/186 9068
/proc/meminfo: memFree=29689688/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=22520 CPUtime=0.08 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 5545 0 0 0 8 0 0 0 25 0 1 0 970541477 23060480 5062 33554432000 4194304 5696331 140736296659376 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 5630 5064 114 367 0 5260 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22520

[startup+0.300308 s]
/proc/loadavg: 4.00 4.00 3.67 5/186 9068
/proc/meminfo: memFree=29689688/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=38316 CPUtime=0.29 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 10223 0 0 0 28 1 0 0 25 0 1 0 970541477 39235584 9159 33554432000 4194304 5696331 140736296659376 18446744073709551615 4399975 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 9579 9159 142 367 0 9209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38316

[startup+0.700201 s]
/proc/loadavg: 4.00 4.00 3.67 5/186 9068
/proc/meminfo: memFree=29689688/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=38584 CPUtime=0.69 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 10335 0 0 0 68 1 0 0 25 0 1 0 970541477 39510016 9271 33554432000 4194304 5696331 140736296659376 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 9646 9271 142 367 0 9276 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38584

[startup+1.50105 s]
/proc/loadavg: 4.00 4.00 3.67 5/187 9069
/proc/meminfo: memFree=29652752/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=39412 CPUtime=1.49 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 10510 0 0 0 148 1 0 0 25 0 1 0 970541477 40357888 9446 33554432000 4194304 5696331 140736296659376 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 9853 9446 142 367 0 9483 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39412

[startup+3.10078 s]
/proc/loadavg: 4.00 4.00 3.67 5/187 9107
/proc/meminfo: memFree=29941584/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=41168 CPUtime=3.09 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 10952 0 0 0 308 1 0 0 25 0 1 0 970541477 42156032 9888 33554432000 4194304 5696331 140736296659376 18446744073709551615 4400930 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 10292 9888 142 367 0 9922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41168

[startup+6.30119 s]
/proc/loadavg: 4.00 4.00 3.68 5/187 9107
/proc/meminfo: memFree=29872612/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=45656 CPUtime=6.29 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 12084 0 0 0 627 2 0 0 25 0 1 0 970541477 46751744 11020 33554432000 4194304 5696331 140736296659376 18446744073709551615 4400368 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 11414 11020 142 367 0 11044 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45656

[startup+12.701 s]
/proc/loadavg: 4.00 4.00 3.68 5/187 9145
/proc/meminfo: memFree=30412988/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=34096 CPUtime=12.69 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 15658 0 0 0 1267 2 0 0 25 0 1 0 970541477 34914304 8207 33554432000 4194304 5696331 140736296659376 18446744073709551615 4398397 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 8524 8207 143 367 0 8154 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34096

[startup+25.5006 s]
/proc/loadavg: 4.00 4.00 3.68 5/187 9147
/proc/meminfo: memFree=30289208/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=133408 CPUtime=25.49 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 47370 0 0 0 2542 7 0 0 25 0 1 0 970541477 136609792 33003 33554432000 4194304 5696331 140736296659376 18446744073709551615 4393125 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 33352 33003 148 367 0 32982 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 133408

[startup+51.1008 s]
/proc/loadavg: 4.00 4.00 3.69 5/187 9149
/proc/meminfo: memFree=29114740/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=833596 CPUtime=51.09 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 222398 0 0 0 5083 26 0 0 25 0 1 0 970541477 853602304 207996 33554432000 4194304 5696331 140736296659376 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 208399 207996 148 367 0 208029 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 833596

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.70 5/187 9150
/proc/meminfo: memFree=28258544/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=1600116 CPUtime=102.29 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 414052 0 0 0 10181 48 0 0 25 0 1 0 970541477 1638518784 399631 33554432000 4194304 5696331 140736296659376 18446744073709551615 4402313 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 400029 399631 150 367 0 399659 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1600116

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.72 5/187 9152
/proc/meminfo: memFree=28261236/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=1600116 CPUtime=162.29 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 414054 0 0 0 16181 48 0 0 25 0 1 0 970541477 1638518784 399633 33554432000 4194304 5696331 140736296659376 18446744073709551615 4413823 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 400029 399633 150 367 0 399659 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1600116

[startup+222.301 s]
/proc/loadavg: 4.08 4.03 3.75 5/187 9153
/proc/meminfo: memFree=28257848/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=1600116 CPUtime=222.29 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 414060 0 0 0 22181 48 0 0 25 0 1 0 970541477 1638518784 399639 33554432000 4194304 5696331 140736296659376 18446744073709551615 4394287 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 400029 399639 150 367 0 399659 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1600116

[startup+282.301 s]
/proc/loadavg: 3.43 3.85 3.70 4/181 9179
/proc/meminfo: memFree=28078564/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=1895952 CPUtime=282.29 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 488058 0 0 0 28172 57 0 0 25 0 1 0 970541477 1941454848 473621 33554432000 4194304 5696331 140736296659376 18446744073709551615 4410507 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 473988 473621 150 367 0 473618 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1895952

[startup+342.301 s]
/proc/loadavg: 3.16 3.69 3.65 4/181 9181
/proc/meminfo: memFree=28078412/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=1895952 CPUtime=342.3 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 488060 0 0 0 34173 57 0 0 25 0 1 0 970541477 1941454848 473623 33554432000 4194304 5696331 140736296659376 18446744073709551615 4394391 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 473988 473623 150 367 0 473618 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1895952

[startup+402.3 s]
/proc/loadavg: 3.09 3.58 3.62 4/181 9182
/proc/meminfo: memFree=28078640/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=1895952 CPUtime=402.29 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 488064 0 0 0 40172 57 0 0 25 0 1 0 970541477 1941454848 473627 33554432000 4194304 5696331 140736296659376 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 473988 473627 150 367 0 473618 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1895952

[startup+462.3 s]
/proc/loadavg: 3.09 3.49 3.58 4/181 9184
/proc/meminfo: memFree=27796276/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=1895952 CPUtime=462.3 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 488066 0 0 0 46173 57 0 0 25 0 1 0 970541477 1941454848 473629 33554432000 4194304 5696331 140736296659376 18446744073709551615 4413808 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 473988 473629 150 367 0 473618 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1895952

[startup+522.301 s]
/proc/loadavg: 3.03 3.39 3.54 4/181 9185
/proc/meminfo: memFree=27796380/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=1895952 CPUtime=522.31 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 488068 0 0 0 52173 58 0 0 25 0 1 0 970541477 1941454848 473631 33554432000 4194304 5696331 140736296659376 18446744073709551615 4394668 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 473988 473631 150 367 0 473618 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1895952

[startup+582.301 s]
/proc/loadavg: 3.01 3.32 3.50 4/181 9187
/proc/meminfo: memFree=27812856/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=1895952 CPUtime=582.31 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 488070 0 0 0 58173 58 0 0 25 0 1 0 970541477 1941454848 473633 33554432000 4194304 5696331 140736296659376 18446744073709551615 4394304 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 473988 473633 150 367 0 473618 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1895952

[startup+642.301 s]
/proc/loadavg: 3.00 3.26 3.47 4/181 9189
/proc/meminfo: memFree=27514116/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=2194376 CPUtime=642.31 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 562681 0 0 0 64163 68 0 0 25 0 1 0 970541477 2247041024 548230 33554432000 4194304 5696331 140736296659376 18446744073709551615 4402323 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 548594 548230 150 367 0 548224 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2194376

[startup+702.301 s]
/proc/loadavg: 3.00 3.21 3.44 4/181 9190
/proc/meminfo: memFree=26836196/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=2870308 CPUtime=702.31 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 731696 0 0 0 70142 89 0 0 25 0 1 0 970541477 2939195392 717213 33554432000 4194304 5696331 140736296659376 18446744073709551615 4402326 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 717577 717213 150 367 0 717207 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2870308

[startup+762.306 s]
/proc/loadavg: 3.00 3.17 3.41 4/181 9192
/proc/meminfo: memFree=26836304/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=2870308 CPUtime=762.32 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 731698 0 0 0 76143 89 0 0 25 0 1 0 970541477 2939195392 717215 33554432000 4194304 5696331 140736296659376 18446744073709551615 4394458 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 717577 717215 150 367 0 717207 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2870308

[startup+822.3 s]
/proc/loadavg: 3.00 3.14 3.38 4/181 9193
/proc/meminfo: memFree=26394584/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3311208 CPUtime=822.31 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 841982 0 0 0 82130 101 0 0 25 0 1 0 970541477 3390676992 827471 33554432000 4194304 5696331 140736296659376 18446744073709551615 4394115 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 827802 827471 150 367 0 827432 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3311208

[startup+882.301 s]
/proc/loadavg: 3.00 3.11 3.35 4/181 9195
/proc/meminfo: memFree=26394676/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3311208 CPUtime=882.32 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 841982 0 0 0 88130 102 0 0 25 0 1 0 970541477 3390676992 827471 33554432000 4194304 5696331 140736296659376 18446744073709551615 4964774 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 827802 827471 150 367 0 827432 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 3311208

[startup+942.301 s]
/proc/loadavg: 3.00 3.09 3.33 4/181 9197
/proc/meminfo: memFree=26394884/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3311208 CPUtime=942.32 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 841984 0 0 0 94130 102 0 0 25 0 1 0 970541477 3390676992 827473 33554432000 4194304 5696331 140736296659376 18446744073709551615 4402352 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 827802 827473 150 367 0 827432 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 3311208

[startup+1002.3 s]
/proc/loadavg: 3.00 3.07 3.30 4/181 9198
/proc/meminfo: memFree=26395108/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3311208 CPUtime=1002.32 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 841984 0 0 0 100130 102 0 0 25 0 1 0 970541477 3390676992 827473 33554432000 4194304 5696331 140736296659376 18446744073709551615 4393142 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 827802 827473 150 367 0 827432 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 3311208

[startup+1062.3 s]
/proc/loadavg: 3.00 3.05 3.28 4/181 9200
/proc/meminfo: memFree=26395084/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3311208 CPUtime=1062.32 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 841984 0 0 0 106130 102 0 0 25 0 1 0 970541477 3390676992 827473 33554432000 4194304 5696331 140736296659376 18446744073709551615 4403208 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 827802 827473 150 367 0 827432 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3311208

[startup+1122.3 s]
/proc/loadavg: 2.51 2.92 3.22 3/175 9225
/proc/meminfo: memFree=26689488/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3311208 CPUtime=1122.32 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 841984 0 0 0 112130 102 0 0 25 0 1 0 970541477 3390676992 827473 33554432000 4194304 5696331 140736296659376 18446744073709551615 4394166 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 827802 827473 150 367 0 827432 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3311208

[startup+1182.3 s]
/proc/loadavg: 2.19 2.75 3.14 3/175 9227
/proc/meminfo: memFree=26689592/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3311208 CPUtime=1182.32 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 841984 0 0 0 118130 102 0 0 25 0 1 0 970541477 3390676992 827473 33554432000 4194304 5696331 140736296659376 18446744073709551615 4394734 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 827802 827473 150 367 0 827432 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3311208

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=26689468/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3311208 CPUtime=1190.33 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 841984 0 0 0 118931 102 0 0 25 0 1 0 970541477 3390676992 827473 33554432000 4194304 5696331 140736296659376 18446744073709551615 4402296 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 827802 827473 150 367 0 827432 0
Current children cumulated CPU time (s) 1190.33
Current children cumulated vsize (KiB) 3311208

[startup+1193.51 s]
/proc/loadavg: 2.14 2.71 3.12 3/175 9227
/proc/meminfo: memFree=26689584/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3311208 CPUtime=1193.53 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 841984 0 0 0 119251 102 0 0 25 0 1 0 970541477 3390676992 827473 33554432000 4194304 5696331 140736296659376 18446744073709551615 4399885 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 827802 827473 150 367 0 827432 0
Current children cumulated CPU time (s) 1193.53
Current children cumulated vsize (KiB) 3311208

[startup+1196.7 s]
/proc/loadavg: 2.14 2.71 3.12 3/175 9227
/proc/meminfo: memFree=26689584/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3311208 CPUtime=1196.73 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 841984 0 0 0 119571 102 0 0 25 0 1 0 970541477 3390676992 827473 33554432000 4194304 5696331 140736296659376 18446744073709551615 4413820 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 827802 827473 150 367 0 827432 0
Current children cumulated CPU time (s) 1196.73
Current children cumulated vsize (KiB) 3311208

[startup+1198.3 s]
/proc/loadavg: 2.13 2.70 3.11 3/175 9227
/proc/meminfo: memFree=26689460/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3311208 CPUtime=1198.32 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 841984 0 0 0 119730 102 0 0 25 0 1 0 970541477 3390676992 827473 33554432000 4194304 5696331 140736296659376 18446744073709551615 4400687 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 827802 827473 150 367 0 827432 0
Current children cumulated CPU time (s) 1198.32
Current children cumulated vsize (KiB) 3311208

[startup+1198.7 s]
/proc/loadavg: 2.13 2.70 3.11 3/175 9227
/proc/meminfo: memFree=26689460/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=3311208 CPUtime=1198.73 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202496 841984 0 0 0 119771 102 0 0 25 0 1 0 970541477 3390676992 827473 33554432000 4194304 5696331 140736296659376 18446744073709551615 4392951 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/9068/statm: 827802 827473 150 367 0 827432 0
Current children cumulated CPU time (s) 1198.73
Current children cumulated vsize (KiB) 3311208

[startup+1199.1 s]
/proc/loadavg: 2.13 2.70 3.11 3/175 9228
/proc/meminfo: memFree=26689460/32951124 swapFree=67062556/67111528
[pid=9068] ppid=9066 vsize=0 CPUtime=1199.13 cores=4,6
/proc/9068/stat : 9068 (muser) R 9066 9068 8460 0 -1 4202500 841985 0 0 0 119801 112 0 0 25 0 1 0 970541477 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 4 0 0 0
/proc/9068/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.13
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.13
CPU time (s): 1199.16
CPU user time (s): 1198.01
CPU system time (s): 1.14882
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3311208

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

runsolver used 2.20366 second user time and 4.08238 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-11 16:38:30
IDJOB=3493839
IDBENCH=88042
IDSOLVER=1969
FILE ID=node111/3493839-1307803110
RUNJOBID= node111-1307800705-8479
PBS_JOBID= 13551063
Free space on /tmp= 73820 MiB

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

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

MD5SUM BENCH= db8728ab474c495f304249a89a0b4a69
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:      29689860 kB
Buffers:        313928 kB
Cached:        1604592 kB
SwapCached:      11232 kB
Active:        1693928 kB
Inactive:      1343036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29689860 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:            3168 kB
Writeback:           0 kB
AnonPages:     1117048 kB
Mapped:          12300 kB
Slab:           155884 kB
PageTables:       6680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1328776 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:29