Trace number 3493263

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.05

General information on the benchmark

Namemus/marques-silva/abstraction-refinement-intel/
edn_9789_21.cnf_46.05000000.unsat.cnf
MD5SUM007b4470d9cf590d50ec878a7d0f46bc
Bench CategoryMUS (MUS)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1612554
Number of clauses4700326
Sum of the clauses size10914926
Maximum clause length3
Minimum clause length1
Number of clauses of size 11692
Number of clauses of size 23182668
Number of clauses of size 31515966
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *** 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-3493263-1307798837.cnf ***
0.00/0.00	c 
6.39/6.48	c Parsing CPU Time: 6.08907
6.39/6.48	c Running MUSer ...
67.09/67.17	c 0.00% completed ... 
87.08/87.10	c 8.26% completed ... 
404.19/404.24	c 13.33% completed ... 
924.89/924.92	c 28.34% completed ... 
1199.00/1199.00	c muser received timeout signal. Terminating ...
1199.00/1199.00	c CPU Time: CPU Time: 1198.04

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-3493263-1307798837/watcher-3493263-1307798837 -o /tmp/evaluation-result-3493263-1307798837/solver-3493263-1307798837 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3493263-1307798837.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: 0.58 0.29 0.88 3/184 9055
/proc/meminfo: memFree=30325536/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=11324 CPUtime=0.02 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 2474 0 0 0 2 0 0 0 22 0 1 0 872300371 11595776 2282 33554432000 4194304 5696331 140733576234240 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 2831 2283 114 367 0 2461 0

[startup+0.041961 s]
/proc/loadavg: 0.58 0.29 0.88 3/184 9055
/proc/meminfo: memFree=30325536/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=13944 CPUtime=0.04 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 3118 0 0 0 4 0 0 0 22 0 1 0 872300371 14278656 2926 33554432000 4194304 5696331 140733576234240 18446744073709551615 4208097 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 3486 2926 114 367 0 3116 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13944

[startup+0.100952 s]
/proc/loadavg: 0.58 0.29 0.88 3/184 9055
/proc/meminfo: memFree=30325536/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=25104 CPUtime=0.09 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 6194 0 0 0 9 0 0 0 23 0 1 0 872300371 25706496 5711 33554432000 4194304 5696331 140733576234240 18446744073709551615 4208167 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 6276 5711 114 367 0 5906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25104

[startup+0.300904 s]
/proc/loadavg: 0.58 0.29 0.88 3/184 9055
/proc/meminfo: memFree=30325536/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=57272 CPUtime=0.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 15989 0 0 0 28 1 0 0 23 0 1 0 872300371 58646528 13772 33554432000 4194304 5696331 140733576234240 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 14351 13774 114 367 0 13981 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57272

[startup+0.700834 s]
/proc/loadavg: 0.58 0.29 0.88 3/184 9055
/proc/meminfo: memFree=30325536/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=126680 CPUtime=0.69 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 35632 0 0 0 66 3 0 0 25 0 1 0 872300371 129720320 31108 33554432000 4194304 5696331 140733576234240 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 31670 31110 114 367 0 31300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126680

[startup+1.50069 s]
/proc/loadavg: 0.58 0.29 0.88 4/185 9094
/proc/meminfo: memFree=30029316/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=254804 CPUtime=1.49 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 72271 0 0 0 141 8 0 0 25 0 1 0 872300371 260919296 63136 33554432000 4194304 5696331 140733576234240 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 63701 63138 114 367 0 63331 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 254804

[startup+3.25637 s]
/proc/loadavg: 0.58 0.29 0.88 4/185 9094
/proc/meminfo: memFree=30029316/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=549992 CPUtime=3.24 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 155293 0 0 0 305 19 0 0 25 0 1 0 872300371 563191808 136939 33554432000 4194304 5696331 140733576234240 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 137498 136941 114 367 0 137128 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 549992

[startup+6.30083 s]
/proc/loadavg: 0.77 0.34 0.89 5/185 9174
/proc/meminfo: memFree=29189776/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=990548 CPUtime=6.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 283866 0 0 0 591 38 0 0 25 0 1 0 872300371 1014321152 247077 33554432000 4194304 5696331 140733576234240 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 247637 247079 114 367 0 247267 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 990548

[startup+12.7007 s]
/proc/loadavg: 1.27 0.46 0.93 5/190 9223
/proc/meminfo: memFree=27581740/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1631372 CPUtime=12.69 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 434939 0 0 0 1214 55 0 0 25 0 1 0 872300371 1670524928 398148 33554432000 4194304 5696331 140733576234240 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 407843 398148 142 367 0 407473 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1631372

[startup+25.5004 s]
/proc/loadavg: 1.85 0.61 0.97 5/190 9261
/proc/meminfo: memFree=27790348/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1635708 CPUtime=25.49 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 437023 0 0 0 2493 56 0 0 25 0 1 0 872300371 1674964992 400232 33554432000 4194304 5696331 140733576234240 18446744073709551615 4398436 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 408927 400232 142 367 0 408557 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1635708

[startup+51.1068 s]
/proc/loadavg: 2.58 0.88 1.05 5/190 9262
/proc/meminfo: memFree=27831028/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1556696 CPUtime=51.09 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 440475 0 0 0 5052 57 0 0 25 0 1 0 872300371 1594056704 388203 33554432000 4194304 5696331 140733576234240 18446744073709551615 4974309 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 389174 388203 143 367 0 388804 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1556696

[startup+102.301 s]
/proc/loadavg: 2.99 1.29 1.18 4/184 9287
/proc/meminfo: memFree=28126152/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1376180 CPUtime=102.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 740250 0 0 0 10135 94 0 0 25 0 1 0 872300371 1409208320 343139 33554432000 4194304 5696331 140733576234240 18446744073709551615 4416744 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 344045 343139 150 367 0 343675 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1376180

[startup+162.301 s]
/proc/loadavg: 2.99 1.60 1.29 4/184 9289
/proc/meminfo: memFree=27771852/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1376180 CPUtime=162.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 740251 0 0 0 16135 94 0 0 25 0 1 0 872300371 1409208320 343140 33554432000 4194304 5696331 140733576234240 18446744073709551615 4416913 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 344045 343140 150 367 0 343675 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1376180

[startup+222.3 s]
/proc/loadavg: 2.40 1.68 1.34 3/178 9314
/proc/meminfo: memFree=28212908/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1376180 CPUtime=222.28 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 740253 0 0 0 22134 94 0 0 25 0 1 0 872300371 1409208320 343142 33554432000 4194304 5696331 140733576234240 18446744073709551615 4410535 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 344045 343142 150 367 0 343675 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1376180

[startup+282.301 s]
/proc/loadavg: 2.14 1.74 1.38 3/178 9316
/proc/meminfo: memFree=27833892/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1376180 CPUtime=282.28 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 740255 0 0 0 28134 94 0 0 25 0 1 0 872300371 1409208320 343144 33554432000 4194304 5696331 140733576234240 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 344045 343144 150 367 0 343675 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1376180

[startup+342.301 s]
/proc/loadavg: 2.05 1.78 1.41 3/178 9317
/proc/meminfo: memFree=27825840/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1384044 CPUtime=342.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 742218 0 0 0 34134 95 0 0 25 0 1 0 872300371 1417261056 345107 33554432000 4194304 5696331 140733576234240 18446744073709551615 4416830 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 346011 345107 150 367 0 345641 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1384044

[startup+402.301 s]
/proc/loadavg: 2.02 1.82 1.45 3/178 9319
/proc/meminfo: memFree=27635312/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1401912 CPUtime=402.28 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 746686 0 0 0 40133 95 0 0 25 0 1 0 872300371 1435557888 349575 33554432000 4194304 5696331 140733576234240 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 350478 349575 150 367 0 350108 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1401912

[startup+462.3 s]
/proc/loadavg: 2.00 1.85 1.48 3/178 9321
/proc/meminfo: memFree=26238132/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=462.28 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756340 0 0 0 46132 96 0 0 25 0 1 0 872300371 1475096576 359229 33554432000 4194304 5696331 140733576234240 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359229 150 367 0 359761 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1440524

[startup+522.301 s]
/proc/loadavg: 2.00 1.87 1.51 3/178 9322
/proc/meminfo: memFree=25807500/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=522.28 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756341 0 0 0 52132 96 0 0 25 0 1 0 872300371 1475096576 359230 33554432000 4194304 5696331 140733576234240 18446744073709551615 4410491 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359230 150 367 0 359761 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 1440524

[startup+582.301 s]
/proc/loadavg: 2.07 1.91 1.54 3/178 9324
/proc/meminfo: memFree=25807724/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=582.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756343 0 0 0 58133 96 0 0 25 0 1 0 872300371 1475096576 359232 33554432000 4194304 5696331 140733576234240 18446744073709551615 4381170 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359232 150 367 0 359761 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1440524

[startup+642.301 s]
/proc/loadavg: 2.02 1.92 1.57 3/178 9325
/proc/meminfo: memFree=25343560/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=642.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756344 0 0 0 64133 96 0 0 25 0 1 0 872300371 1475096576 359233 33554432000 4194304 5696331 140733576234240 18446744073709551615 4417453 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359233 150 367 0 359761 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 1440524

[startup+702.306 s]
/proc/loadavg: 2.01 1.93 1.59 3/178 9327
/proc/meminfo: memFree=25343388/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=702.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756345 0 0 0 70133 96 0 0 25 0 1 0 872300371 1475096576 359234 33554432000 4194304 5696331 140733576234240 18446744073709551615 4300606 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359234 150 367 0 359761 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1440524

[startup+762.301 s]
/proc/loadavg: 2.00 1.94 1.61 3/178 9329
/proc/meminfo: memFree=25343108/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=762.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756346 0 0 0 76133 96 0 0 25 0 1 0 872300371 1475096576 359235 33554432000 4194304 5696331 140733576234240 18446744073709551615 4417521 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359235 150 367 0 359761 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 1440524

[startup+822.301 s]
/proc/loadavg: 2.00 1.95 1.64 3/178 9330
/proc/meminfo: memFree=25343180/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=822.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756348 0 0 0 82133 96 0 0 25 0 1 0 872300371 1475096576 359237 33554432000 4194304 5696331 140733576234240 18446744073709551615 4416765 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359237 150 367 0 359761 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1440524

[startup+882.3 s]
/proc/loadavg: 2.00 1.96 1.65 3/178 9332
/proc/meminfo: memFree=25343140/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=882.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756350 0 0 0 88133 96 0 0 25 0 1 0 872300371 1475096576 359239 33554432000 4194304 5696331 140733576234240 18446744073709551615 4417642 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359239 150 367 0 359761 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 1440524

[startup+942.301 s]
/proc/loadavg: 2.00 1.96 1.67 3/178 9333
/proc/meminfo: memFree=25270064/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=942.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756351 0 0 0 94133 96 0 0 25 0 1 0 872300371 1475096576 359240 33554432000 4194304 5696331 140733576234240 18446744073709551615 4416848 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359240 150 367 0 359761 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1440524

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.69 3/178 9335
/proc/meminfo: memFree=25269896/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=1002.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756354 0 0 0 100133 96 0 0 25 0 1 0 872300371 1475096576 359243 33554432000 4194304 5696331 140733576234240 18446744073709551615 4416883 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359243 150 367 0 359761 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1440524

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.71 3/178 9337
/proc/meminfo: memFree=25270108/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=1062.29 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756356 0 0 0 106133 96 0 0 25 0 1 0 872300371 1475096576 359245 33554432000 4194304 5696331 140733576234240 18446744073709551615 4416821 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359245 150 367 0 359761 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1440524

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.72 3/178 9338
/proc/meminfo: memFree=25269924/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=1122.3 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756358 0 0 0 112134 96 0 0 25 0 1 0 872300371 1475096576 359247 33554432000 4194304 5696331 140733576234240 18446744073709551615 4416913 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359247 150 367 0 359761 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1440524

[startup+1182.3 s]
/proc/loadavg: 2.03 1.99 1.74 3/178 9340
/proc/meminfo: memFree=25269892/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=1182.3 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756359 0 0 0 118134 96 0 0 25 0 1 0 872300371 1475096576 359248 33554432000 4194304 5696331 140733576234240 18446744073709551615 4381177 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359248 150 367 0 359761 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1440524

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

[startup+1191.9 s]
/proc/loadavg: 2.03 1.99 1.74 3/178 9340
/proc/meminfo: memFree=25270004/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=1191.9 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756360 0 0 0 119094 96 0 0 25 0 1 0 872300371 1475096576 359249 33554432000 4194304 5696331 140733576234240 18446744073709551615 4394448 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359249 150 367 0 359761 0
Current children cumulated CPU time (s) 1191.9
Current children cumulated vsize (KiB) 1440524

[startup+1195.11 s]
/proc/loadavg: 2.03 1.99 1.74 3/178 9340
/proc/meminfo: memFree=25270120/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=1195.1 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756360 0 0 0 119414 96 0 0 25 0 1 0 872300371 1475096576 359249 33554432000 4194304 5696331 140733576234240 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359249 150 367 0 359761 0
Current children cumulated CPU time (s) 1195.1
Current children cumulated vsize (KiB) 1440524

[startup+1196.7 s]
/proc/loadavg: 2.02 1.99 1.75 3/178 9340
/proc/meminfo: memFree=25270120/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=1196.7 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756360 0 0 0 119574 96 0 0 25 0 1 0 872300371 1475096576 359249 33554432000 4194304 5696331 140733576234240 18446744073709551615 4381210 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359249 150 367 0 359761 0
Current children cumulated CPU time (s) 1196.7
Current children cumulated vsize (KiB) 1440524

[startup+1198.3 s]
/proc/loadavg: 2.02 1.99 1.75 3/178 9340
/proc/meminfo: memFree=25270120/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=1198.3 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756360 0 0 0 119734 96 0 0 25 0 1 0 872300371 1475096576 359249 33554432000 4194304 5696331 140733576234240 18446744073709551615 4381173 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359249 150 367 0 359761 0
Current children cumulated CPU time (s) 1198.3
Current children cumulated vsize (KiB) 1440524

[startup+1198.7 s]
/proc/loadavg: 2.02 1.99 1.75 3/178 9340
/proc/meminfo: memFree=25270120/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=1198.7 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756360 0 0 0 119774 96 0 0 25 0 1 0 872300371 1475096576 359249 33554432000 4194304 5696331 140733576234240 18446744073709551615 4413823 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359249 150 367 0 359761 0
Current children cumulated CPU time (s) 1198.7
Current children cumulated vsize (KiB) 1440524

[startup+1198.9 s]
/proc/loadavg: 2.02 1.99 1.75 3/178 9340
/proc/meminfo: memFree=25270120/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=1440524 CPUtime=1198.9 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202496 756360 0 0 0 119794 96 0 0 25 0 1 0 872300371 1475096576 359249 33554432000 4194304 5696331 140733576234240 18446744073709551615 4416885 0 0 4096 24615 0 0 0 17 1 0 0 0
/proc/9055/statm: 360131 359249 150 367 0 359761 0
Current children cumulated CPU time (s) 1198.9
Current children cumulated vsize (KiB) 1440524

[startup+1199 s]
/proc/loadavg: 2.02 1.99 1.75 3/178 9340
/proc/meminfo: memFree=25270120/32951124 swapFree=67050916/67111528
[pid=9055] ppid=9053 vsize=0 CPUtime=1199 cores=1,3
/proc/9055/stat : 9055 (muser) R 9053 9055 7848 0 -1 4202500 756361 0 0 0 119804 96 0 0 25 0 1 0 872300371 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 1 0 0 0
/proc/9055/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.05
CPU time (s): 1199.06
CPU user time (s): 1198.04
CPU system time (s): 1.01984
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1733632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.04
system time used= 1.01984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 756361
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= 5
involuntary context switches= 2021

runsolver used 1.9577 second user time and 4.20036 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-11 15:27:21
IDJOB=3493263
IDBENCH=89295
IDSOLVER=1969
FILE ID=node146/3493263-1307798837
RUNJOBID= node146-1307798837-8975
PBS_JOBID= 13551002
Free space on /tmp= 73916 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT11/mus/marques-silva/abstraction-refinement-intel/edn_9789_21.cnf_46.05000000.unsat.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493263-1307798837/watcher-3493263-1307798837 -o /tmp/evaluation-result-3493263-1307798837/solver-3493263-1307798837 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493263-1307798837.cnf

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

MD5SUM BENCH= 007b4470d9cf590d50ec878a7d0f46bc
RANDOM SEED=2077693128

node146.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.830
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.830
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.830
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.830
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.830
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.830
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.75
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      30328808 kB
Buffers:        309344 kB
Cached:        1365212 kB
SwapCached:      14576 kB
Active:        1475496 kB
Inactive:       931544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30328808 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:          180464 kB
Writeback:           0 kB
AnonPages:      729672 kB
Mapped:          10356 kB
Slab:           148904 kB
PageTables:       6960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   946332 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= 73996 MiB
End job on node146 at 2011-06-11 15:47:20