Trace number 3493659

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.15 1199.15

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
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 variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

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-3493659-1307801868.cnf ***
0.00/0.00	c 
0.69/0.73	c Parsing CPU Time: 0.681896
0.69/0.73	c Running MUSer ...
118.49/118.58	c 0.00% completed ... 
308.50/308.50	c 6.28% completed ... 
478.69/478.74	c 12.13% completed ... 
736.79/736.82	c 17.93% completed ... 
1198.89/1199.00	c muser received timeout signal. Terminating ...
1198.89/1199.00	c CPU Time: CPU Time: 1197.64

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-3493659-1307801868/watcher-3493659-1307801868 -o /tmp/evaluation-result-3493659-1307801868/solver-3493659-1307801868 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3493659-1307801868.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: 1.00 1.00 1.11 4/176 20517
/proc/meminfo: memFree=31811288/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=5812 CPUtime=0 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 936 0 0 0 0 0 0 0 22 0 1 0 872602669 5951488 890 33554432000 4194304 5696331 140736852706960 18446744073709551615 4210500 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1502 901 114 367 0 1132 0

[startup+0.0575529 s]
/proc/loadavg: 1.00 1.00 1.11 4/176 20517
/proc/meminfo: memFree=31811288/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=15656 CPUtime=0.05 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 3826 0 0 0 5 0 0 0 22 0 1 0 872602669 16031744 3342 33554432000 4194304 5696331 140736852706960 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 3914 3345 114 367 0 3544 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15656

[startup+0.10054 s]
/proc/loadavg: 1.00 1.00 1.11 4/176 20517
/proc/meminfo: memFree=31811288/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=25248 CPUtime=0.09 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 6218 0 0 0 8 1 0 0 22 0 1 0 872602669 25853952 5734 33554432000 4194304 5696331 140736852706960 18446744073709551615 4208097 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 6312 5734 114 367 0 5942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25248

[startup+0.300503 s]
/proc/loadavg: 1.00 1.00 1.11 4/176 20517
/proc/meminfo: memFree=31811288/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=49892 CPUtime=0.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 14121 0 0 0 27 2 0 0 23 0 1 0 872602669 51089408 11903 33554432000 4194304 5696331 140736852706960 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 12473 11905 114 367 0 12103 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49892

[startup+0.700401 s]
/proc/loadavg: 1.00 1.00 1.11 4/176 20517
/proc/meminfo: memFree=31811288/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=108872 CPUtime=0.69 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 31176 0 0 0 64 5 0 0 25 0 1 0 872602669 111484928 26651 33554432000 4194304 5696331 140736852706960 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 27218 26653 114 367 0 26848 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108872

[startup+1.50026 s]
/proc/loadavg: 1.00 1.00 1.11 5/190 20548
/proc/meminfo: memFree=31202984/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=171784 CPUtime=1.49 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 46861 0 0 0 143 6 0 0 25 0 1 0 872602669 175906816 42334 33554432000 4194304 5696331 140736852706960 18446744073709551615 4398436 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 42946 42334 142 367 0 42576 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 171784

[startup+3.101 s]
/proc/loadavg: 1.24 1.05 1.12 5/190 20548
/proc/meminfo: memFree=31036824/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=174028 CPUtime=3.09 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 47371 0 0 0 303 6 0 0 25 0 1 0 872602669 178204672 42844 33554432000 4194304 5696331 140736852706960 18446744073709551615 4410535 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 43507 42844 142 367 0 43137 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 174028

[startup+6.30044 s]
/proc/loadavg: 1.24 1.05 1.12 5/190 20548
/proc/meminfo: memFree=31083076/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=178252 CPUtime=6.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 48446 0 0 0 623 6 0 0 25 0 1 0 872602669 182530048 43919 33554432000 4194304 5696331 140736852706960 18446744073709551615 4403205 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 44563 43919 142 367 0 44193 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 178252

[startup+12.7003 s]
/proc/loadavg: 1.66 1.15 1.15 5/190 20549
/proc/meminfo: memFree=31059432/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=185080 CPUtime=12.69 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 50174 0 0 0 1262 7 0 0 25 0 1 0 872602669 189521920 45647 33554432000 4194304 5696331 140736852706960 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 46270 45647 142 367 0 45900 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 185080

[startup+25.501 s]
/proc/loadavg: 2.02 1.24 1.18 5/190 20549
/proc/meminfo: memFree=30990952/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=200760 CPUtime=25.49 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 54096 0 0 0 2541 8 0 0 25 0 1 0 872602669 205578240 49569 33554432000 4194304 5696331 140736852706960 18446744073709551615 4402277 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 50190 49569 142 367 0 49820 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 200760

[startup+51.1004 s]
/proc/loadavg: 2.70 1.46 1.26 5/190 20550
/proc/meminfo: memFree=30910904/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=229644 CPUtime=51.09 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 61130 0 0 0 5099 10 0 0 25 0 1 0 872602669 235155456 56603 33554432000 4194304 5696331 140736852706960 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 57411 56603 142 367 0 57041 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 229644

[startup+102.307 s]
/proc/loadavg: 3.48 1.89 1.41 5/190 20551
/proc/meminfo: memFree=30955004/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=144364 CPUtime=102.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 87913 0 0 0 10213 16 0 0 25 0 1 0 872602669 147828736 35603 33554432000 4194304 5696331 140736852706960 18446744073709551615 4400112 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 36091 35603 143 367 0 35721 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 144364

[startup+162.3 s]
/proc/loadavg: 3.79 2.24 1.56 5/190 20553
/proc/meminfo: memFree=29958744/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=904496 CPUtime=162.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 292949 0 0 0 16188 41 0 0 25 0 1 0 872602669 926203904 225572 33554432000 4194304 5696331 140736852706960 18446744073709551615 4391904 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 226124 225572 148 367 0 225754 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 904496

[startup+222.301 s]
/proc/loadavg: 3.93 2.58 1.72 5/190 20554
/proc/meminfo: memFree=27935276/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=1887596 CPUtime=222.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 538721 0 0 0 22162 67 0 0 25 0 1 0 872602669 1932898304 471322 33554432000 4194304 5696331 140736852706960 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 471899 471322 148 367 0 471529 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1887596

[startup+282.301 s]
/proc/loadavg: 3.97 2.82 1.85 5/190 20556
/proc/meminfo: memFree=25934612/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=2887784 CPUtime=282.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 788827 0 0 0 28133 96 0 0 25 0 1 0 872602669 2957090816 721406 33554432000 4194304 5696331 140736852706960 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 721946 721406 148 367 0 721576 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2887784

[startup+342.301 s]
/proc/loadavg: 3.99 3.04 1.99 5/190 20557
/proc/meminfo: memFree=24391016/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=3440548 CPUtime=342.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 926851 0 0 0 34119 110 0 0 25 0 1 0 872602669 3523121152 859414 33554432000 4194304 5696331 140736852706960 18446744073709551615 4399919 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 860137 859414 149 367 0 859767 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 3440548

[startup+402.3 s]
/proc/loadavg: 4.04 3.22 2.11 5/190 20559
/proc/meminfo: memFree=22928640/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4024820 CPUtime=402.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1072806 0 0 0 40104 125 0 0 25 0 1 0 872602669 4121415680 1005355 33554432000 4194304 5696331 140736852706960 18446744073709551615 4301132 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1006205 1005355 149 367 0 1005835 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 4024820

[startup+462.301 s]
/proc/loadavg: 4.01 3.37 2.23 5/190 20564
/proc/meminfo: memFree=21657272/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=462.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166584 0 0 0 46093 136 0 0 25 0 1 0 872602669 4505747456 1099127 33554432000 4194304 5696331 140736852706960 18446744073709551615 4413823 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099127 149 367 0 1099666 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 4400144

[startup+522.301 s]
/proc/loadavg: 4.06 3.49 2.34 5/190 20565
/proc/meminfo: memFree=20788468/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=522.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166589 0 0 0 52093 136 0 0 25 0 1 0 872602669 4505747456 1099132 33554432000 4194304 5696331 140736852706960 18446744073709551615 4400709 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099132 150 367 0 1099666 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 4400144

[startup+582.301 s]
/proc/loadavg: 4.05 3.60 2.45 5/190 20567
/proc/meminfo: memFree=20484496/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=582.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166593 0 0 0 58093 136 0 0 25 0 1 0 872602669 4505747456 1099136 33554432000 4194304 5696331 140736852706960 18446744073709551615 4394479 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099136 150 367 0 1099666 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 4400144

[startup+642.301 s]
/proc/loadavg: 4.02 3.67 2.55 5/190 20568
/proc/meminfo: memFree=20482584/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=642.3 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166594 0 0 0 64094 136 0 0 25 0 1 0 872602669 4505747456 1099137 33554432000 4194304 5696331 140736852706960 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099137 150 367 0 1099666 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 4400144

[startup+702.3 s]
/proc/loadavg: 4.00 3.72 2.63 5/190 20570
/proc/meminfo: memFree=20481660/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=702.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166599 0 0 0 70093 136 0 0 25 0 1 0 872602669 4505747456 1099142 33554432000 4194304 5696331 140736852706960 18446744073709551615 4402329 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099142 150 367 0 1099666 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 4400144

[startup+762.307 s]
/proc/loadavg: 4.00 3.77 2.72 5/190 20572
/proc/meminfo: memFree=20235220/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=762.3 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166600 0 0 0 76094 136 0 0 25 0 1 0 872602669 4505747456 1099143 33554432000 4194304 5696331 140736852706960 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099143 150 367 0 1099666 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 4400144

[startup+822.301 s]
/proc/loadavg: 4.00 3.81 2.79 5/190 20573
/proc/meminfo: memFree=19452872/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=822.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166602 0 0 0 82093 136 0 0 25 0 1 0 872602669 4505747456 1099145 33554432000 4194304 5696331 140736852706960 18446744073709551615 4394446 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099145 150 367 0 1099666 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 4400144

[startup+882.301 s]
/proc/loadavg: 4.00 3.84 2.87 5/190 20575
/proc/meminfo: memFree=19147916/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=882.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166602 0 0 0 88093 136 0 0 25 0 1 0 872602669 4505747456 1099145 33554432000 4194304 5696331 140736852706960 18446744073709551615 4400709 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099145 150 367 0 1099666 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 4400144

[startup+942.3 s]
/proc/loadavg: 4.06 3.88 2.94 5/190 20576
/proc/meminfo: memFree=19143748/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=942.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166602 0 0 0 94093 136 0 0 25 0 1 0 872602669 4505747456 1099145 33554432000 4194304 5696331 140736852706960 18446744073709551615 4402329 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099145 150 367 0 1099666 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 4400144

[startup+1002.3 s]
/proc/loadavg: 4.02 3.90 3.01 5/190 20578
/proc/meminfo: memFree=19143828/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=1002.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166604 0 0 0 100093 136 0 0 25 0 1 0 872602669 4505747456 1099147 33554432000 4194304 5696331 140736852706960 18446744073709551615 4413823 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099147 150 367 0 1099666 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 4400144

[startup+1062.3 s]
/proc/loadavg: 4.01 3.92 3.06 5/190 20580
/proc/meminfo: memFree=19143656/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=1062.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166605 0 0 0 106093 136 0 0 25 0 1 0 872602669 4505747456 1099148 33554432000 4194304 5696331 140736852706960 18446744073709551615 4394124 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099148 150 367 0 1099666 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 4400144

[startup+1122.3 s]
/proc/loadavg: 4.04 3.94 3.12 5/190 20581
/proc/meminfo: memFree=19141636/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=1122.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166605 0 0 0 112093 136 0 0 25 0 1 0 872602669 4505747456 1099148 33554432000 4194304 5696331 140736852706960 18446744073709551615 4394112 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099148 150 367 0 1099666 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 4400144

[startup+1182.3 s]
/proc/loadavg: 4.02 3.95 3.17 5/190 20583
/proc/meminfo: memFree=19141224/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=1182.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166607 0 0 0 118093 136 0 0 25 0 1 0 872602669 4505747456 1099150 33554432000 4194304 5696331 140736852706960 18446744073709551615 4402296 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099150 150 367 0 1099666 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 4400144

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

[startup+1190.3 s]
/proc/loadavg: 4.01 3.95 3.18 5/190 20583
/proc/meminfo: memFree=19141096/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=1190.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166607 0 0 0 118893 136 0 0 25 0 1 0 872602669 4505747456 1099150 33554432000 4194304 5696331 140736852706960 18446744073709551615 4394458 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099150 150 367 0 1099666 0
Current children cumulated CPU time (s) 1190.29
Current children cumulated vsize (KiB) 4400144

[startup+1193.51 s]
/proc/loadavg: 4.01 3.95 3.19 5/190 20583
/proc/meminfo: memFree=19141088/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=1193.5 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166607 0 0 0 119214 136 0 0 25 0 1 0 872602669 4505747456 1099150 33554432000 4194304 5696331 140736852706960 18446744073709551615 4402745 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099150 150 367 0 1099666 0
Current children cumulated CPU time (s) 1193.5
Current children cumulated vsize (KiB) 4400144

[startup+1196.7 s]
/proc/loadavg: 4.01 3.95 3.19 5/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=1196.7 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166607 0 0 0 119534 136 0 0 25 0 1 0 872602669 4505747456 1099150 33554432000 4194304 5696331 140736852706960 18446744073709551615 4361009 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099150 150 367 0 1099666 0
Current children cumulated CPU time (s) 1196.7
Current children cumulated vsize (KiB) 4400144

[startup+1198.3 s]
/proc/loadavg: 4.01 3.95 3.19 5/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=1198.29 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166607 0 0 0 119693 136 0 0 25 0 1 0 872602669 4505747456 1099150 33554432000 4194304 5696331 140736852706960 18446744073709551615 4394676 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099150 150 367 0 1099666 0
Current children cumulated CPU time (s) 1198.29
Current children cumulated vsize (KiB) 4400144

[startup+1198.7 s]
/proc/loadavg: 4.01 3.95 3.19 5/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=4400144 CPUtime=1198.69 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202496 1166607 0 0 0 119733 136 0 0 25 0 1 0 872602669 4505747456 1099150 33554432000 4194304 5696331 140736852706960 18446744073709551615 4402296 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/20517/statm: 1100036 1099150 150 367 0 1099666 0
Current children cumulated CPU time (s) 1198.69
Current children cumulated vsize (KiB) 4400144

[startup+1199.1 s]
/proc/loadavg: 4.01 3.95 3.19 5/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20517] ppid=20515 vsize=0 CPUtime=1199.09 cores=4,6
/proc/20517/stat : 20517 (muser) R 20515 20517 19995 0 -1 4202500 1166608 0 0 0 119763 146 0 0 25 0 1 0 872602669 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 4 0 0 0
/proc/20517/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.09
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.15
CPU time (s): 1199.15
CPU user time (s): 1197.64
CPU system time (s): 1.51777
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 4400144

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

runsolver used 2.19067 second user time and 4.35534 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-11 16:17:48
IDJOB=3493659
IDBENCH=70997
IDSOLVER=1969
FILE ID=node145/3493659-1307801868
RUNJOBID= node145-1307801868-20490
PBS_JOBID= 13551003
Free space on /tmp= 74060 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493659-1307801868/watcher-3493659-1307801868 -o /tmp/evaluation-result-3493659-1307801868/solver-3493659-1307801868 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493659-1307801868.cnf

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=459242768

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31812584 kB
Buffers:        172520 kB
Cached:         796620 kB
SwapCached:       7976 kB
Active:         365664 kB
Inactive:       627252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31812584 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           39224 kB
Writeback:           8 kB
AnonPages:       21120 kB
Mapped:          12456 kB
Slab:            80108 kB
PageTables:       5600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193668 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= 74056 MiB
End job on node145 at 2011-06-11 16:37:47