Trace number 3493651

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.03 1199.01

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-10t0.cnf
MD5SUMe2edbe336f5bcaab72d4c9db48067f8a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark995.54
Satisfiable
(Un)Satisfiability was proved
Number of variables125691
Number of clauses605085
Sum of the clauses size1419948
Maximum clause length10
Minimum clause length1
Number of clauses of size 17341
Number of clauses of size 2480045
Number of clauses of size 384559
Number of clauses of size 43680
Number of clauses of size 514720
Number of clauses of size over 514740

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-3493651-1307801868.cnf ***
0.00/0.00	c 
0.79/0.86	c Parsing CPU Time: 0.809876
0.79/0.86	c Running MUSer ...
8.69/8.80	c 0.00% completed ... 
11.79/11.83	c 12.70% completed ... 
18.19/18.27	c 18.49% completed ... 
81.48/81.54	c 33.49% completed ... 
94.27/94.35	c 38.53% completed ... 
247.08/247.11	c 53.53% completed ... 
617.20/617.28	c 68.53% completed ... 
675.79/675.80	c 75.86% completed ... 
1140.51/1140.55	c 96.15% completed ... 
1198.91/1199.00	c muser received timeout signal. Terminating ...
1198.91/1199.00	c CPU Time: CPU Time: 1198.73

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

running on 2 cores: 0,2

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 5/185 20536
/proc/meminfo: memFree=31798052/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=4496 CPUtime=0 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 610 0 0 0 0 0 0 0 22 0 1 0 872602672 4603904 565 33554432000 4194304 5696331 140734423962272 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 1124 567 114 367 0 754 0

[startup+0.0824381 s]
/proc/loadavg: 1.00 1.00 1.11 5/185 20536
/proc/meminfo: memFree=31798052/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=19748 CPUtime=0.07 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 4860 0 0 0 7 0 0 0 22 0 1 0 872602672 20221952 4377 33554432000 4194304 5696331 140734423962272 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 4937 4380 114 367 0 4567 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19748

[startup+0.100433 s]
/proc/loadavg: 1.00 1.00 1.11 5/185 20536
/proc/meminfo: memFree=31798052/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=23312 CPUtime=0.09 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 5736 0 0 0 9 0 0 0 22 0 1 0 872602672 23871488 5253 33554432000 4194304 5696331 140734423962272 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 5828 5255 114 367 0 5458 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23312

[startup+0.300395 s]
/proc/loadavg: 1.00 1.00 1.11 5/185 20536
/proc/meminfo: memFree=31798052/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=50508 CPUtime=0.29 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 13906 0 0 0 27 2 0 0 23 0 1 0 872602672 51720192 12074 33554432000 4194304 5696331 140734423962272 18446744073709551615 4210980 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 12627 12074 114 367 0 12257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50508

[startup+0.700299 s]
/proc/loadavg: 1.00 1.00 1.11 5/185 20536
/proc/meminfo: memFree=31798052/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=98880 CPUtime=0.69 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 27921 0 0 0 66 3 0 0 25 0 1 0 872602672 101253120 24166 33554432000 4194304 5696331 140734423962272 18446744073709551615 4210980 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 24720 24166 114 367 0 24350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98880

[startup+1.50116 s]
/proc/loadavg: 1.00 1.00 1.11 6/190 20548
/proc/meminfo: memFree=31191948/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=195564 CPUtime=1.49 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 51780 0 0 0 142 7 0 0 25 0 1 0 872602672 200257536 47254 33554432000 4194304 5696331 140734423962272 18446744073709551615 4380796 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 48891 47254 142 367 0 48521 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 195564

[startup+3.10087 s]
/proc/loadavg: 1.24 1.05 1.12 6/190 20548
/proc/meminfo: memFree=31035584/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=196488 CPUtime=3.09 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 52076 0 0 0 301 8 0 0 25 0 1 0 872602672 201203712 47550 33554432000 4194304 5696331 140734423962272 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 49122 47550 142 367 0 48752 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 196488

[startup+6.30032 s]
/proc/loadavg: 1.24 1.05 1.12 6/190 20548
/proc/meminfo: memFree=31083076/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=127288 CPUtime=6.29 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 53699 0 0 0 621 8 0 0 25 0 1 0 872602672 130342912 31531 33554432000 4194304 5696331 140734423962272 18446744073709551615 4962870 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 31822 31531 143 367 0 31452 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 127288

[startup+12.7012 s]
/proc/loadavg: 1.66 1.15 1.15 6/190 20549
/proc/meminfo: memFree=31059432/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=190008 CPUtime=12.69 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 78011 0 0 0 1257 12 0 0 25 0 1 0 872602672 194568192 46666 33554432000 4194304 5696331 140734423962272 18446744073709551615 4402410 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 47502 46666 150 367 0 47132 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 190008

[startup+25.5009 s]
/proc/loadavg: 2.02 1.24 1.18 6/190 20549
/proc/meminfo: memFree=30990828/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=215744 CPUtime=25.49 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 84447 0 0 0 2537 12 0 0 25 0 1 0 872602672 220921856 53102 33554432000 4194304 5696331 140734423962272 18446744073709551615 4302266 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 53936 53102 150 367 0 53566 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 215744

[startup+51.1003 s]
/proc/loadavg: 2.70 1.46 1.26 6/190 20550
/proc/meminfo: memFree=30910656/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=223200 CPUtime=51.08 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 86325 0 0 0 5095 13 0 0 25 0 1 0 872602672 228556800 54980 33554432000 4194304 5696331 140734423962272 18446744073709551615 4416938 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 55800 54980 150 367 0 55430 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 223200

[startup+102.307 s]
/proc/loadavg: 3.48 1.89 1.41 6/190 20551
/proc/meminfo: memFree=30955004/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=102.29 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98081 0 0 0 10213 16 0 0 25 0 1 0 872602672 276598784 66736 33554432000 4194304 5696331 140734423962272 18446744073709551615 4401284 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66736 150 367 0 67159 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 270116

[startup+162.3 s]
/proc/loadavg: 3.79 2.24 1.56 6/190 20553
/proc/meminfo: memFree=29957132/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=162.28 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98091 0 0 0 16212 16 0 0 25 0 1 0 872602672 276598784 66746 33554432000 4194304 5696331 140734423962272 18446744073709551615 4400195 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66746 150 367 0 67159 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 270116

[startup+222.301 s]
/proc/loadavg: 3.93 2.58 1.72 6/190 20554
/proc/meminfo: memFree=27934284/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=222.28 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98096 0 0 0 22212 16 0 0 25 0 1 0 872602672 276598784 66751 33554432000 4194304 5696331 140734423962272 18446744073709551615 4380923 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66751 150 367 0 67159 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 270116

[startup+282.301 s]
/proc/loadavg: 3.97 2.82 1.85 6/190 20556
/proc/meminfo: memFree=25933124/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=282.29 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98104 0 0 0 28211 18 0 0 25 0 1 0 872602672 276598784 66759 33554432000 4194304 5696331 140734423962272 18446744073709551615 4416830 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66759 150 367 0 67159 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 270116

[startup+342.301 s]
/proc/loadavg: 3.99 3.04 1.99 6/190 20557
/proc/meminfo: memFree=24390520/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=342.28 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98110 0 0 0 34210 18 0 0 25 0 1 0 872602672 276598784 66765 33554432000 4194304 5696331 140734423962272 18446744073709551615 4419584 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66765 150 367 0 67159 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 270116

[startup+402.301 s]
/proc/loadavg: 4.04 3.22 2.11 6/190 20559
/proc/meminfo: memFree=22928144/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=402.28 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98116 0 0 0 40210 18 0 0 25 0 1 0 872602672 276598784 66771 33554432000 4194304 5696331 140734423962272 18446744073709551615 4417500 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66771 150 367 0 67159 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 270116

[startup+462.3 s]
/proc/loadavg: 4.01 3.37 2.23 6/190 20564
/proc/meminfo: memFree=21656776/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=462.29 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98122 0 0 0 46210 19 0 0 25 0 1 0 872602672 276598784 66777 33554432000 4194304 5696331 140734423962272 18446744073709551615 4416302 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66777 150 367 0 67159 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 270116

[startup+522.301 s]
/proc/loadavg: 4.06 3.49 2.34 7/190 20565
/proc/meminfo: memFree=20788468/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=522.29 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98130 0 0 0 52210 19 0 0 25 0 1 0 872602672 276598784 66785 33554432000 4194304 5696331 140734423962272 18446744073709551615 4300656 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66785 150 367 0 67159 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 270116

[startup+582.301 s]
/proc/loadavg: 4.05 3.60 2.45 6/190 20567
/proc/meminfo: memFree=20484496/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=582.29 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98136 0 0 0 58209 20 0 0 25 0 1 0 872602672 276598784 66791 33554432000 4194304 5696331 140734423962272 18446744073709551615 4300685 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66791 150 367 0 67159 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 270116

[startup+642.301 s]
/proc/loadavg: 4.02 3.67 2.55 6/190 20568
/proc/meminfo: memFree=20482584/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=642.3 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98142 0 0 0 64209 21 0 0 25 0 1 0 872602672 276598784 66797 33554432000 4194304 5696331 140734423962272 18446744073709551615 4300660 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66797 150 367 0 67159 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 270116

[startup+702.3 s]
/proc/loadavg: 4.00 3.72 2.63 6/190 20570
/proc/meminfo: memFree=20481660/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=702.3 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98151 0 0 0 70208 22 0 0 25 0 1 0 872602672 276598784 66806 33554432000 4194304 5696331 140734423962272 18446744073709551615 4417500 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66806 150 367 0 67159 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 270116

[startup+762.307 s]
/proc/loadavg: 4.00 3.77 2.72 6/190 20572
/proc/meminfo: memFree=20235220/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=762.31 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98161 0 0 0 76208 23 0 0 25 0 1 0 872602672 276598784 66816 33554432000 4194304 5696331 140734423962272 18446744073709551615 4417521 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66816 150 367 0 67159 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 270116

[startup+822.301 s]
/proc/loadavg: 4.00 3.81 2.79 6/190 20573
/proc/meminfo: memFree=19452376/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=822.3 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98170 0 0 0 82207 23 0 0 25 0 1 0 872602672 276598784 66825 33554432000 4194304 5696331 140734423962272 18446744073709551615 4399839 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66825 150 367 0 67159 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 270116

[startup+882.301 s]
/proc/loadavg: 4.00 3.84 2.87 6/190 20575
/proc/meminfo: memFree=19147916/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=882.3 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98180 0 0 0 88205 25 0 0 25 0 1 0 872602672 276598784 66835 33554432000 4194304 5696331 140734423962272 18446744073709551615 4380920 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66835 150 367 0 67159 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 270116

[startup+942.3 s]
/proc/loadavg: 4.06 3.88 2.94 6/190 20576
/proc/meminfo: memFree=19143748/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=942.3 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98190 0 0 0 94204 26 0 0 25 0 1 0 872602672 276598784 66845 33554432000 4194304 5696331 140734423962272 18446744073709551615 4381134 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66845 150 367 0 67159 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 270116

[startup+1002.3 s]
/proc/loadavg: 4.02 3.90 3.01 6/190 20578
/proc/meminfo: memFree=19143828/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=1002.3 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98199 0 0 0 100204 26 0 0 25 0 1 0 872602672 276598784 66854 33554432000 4194304 5696331 140734423962272 18446744073709551615 4416690 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66854 150 367 0 67159 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 270116

[startup+1062.3 s]
/proc/loadavg: 4.01 3.92 3.06 6/190 20580
/proc/meminfo: memFree=19143656/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=1062.3 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98209 0 0 0 106204 26 0 0 25 0 1 0 872602672 276598784 66864 33554432000 4194304 5696331 140734423962272 18446744073709551615 4417017 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66864 150 367 0 67159 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 270116

[startup+1122.3 s]
/proc/loadavg: 4.04 3.94 3.12 6/190 20581
/proc/meminfo: memFree=19141636/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=1122.31 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98219 0 0 0 112204 27 0 0 25 0 1 0 872602672 276598784 66874 33554432000 4194304 5696331 140734423962272 18446744073709551615 4301755 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66874 150 367 0 67159 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 270116

[startup+1182.3 s]
/proc/loadavg: 4.02 3.95 3.17 6/190 20583
/proc/meminfo: memFree=19141224/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=1182.31 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98229 0 0 0 118203 28 0 0 25 0 1 0 872602672 276598784 66884 33554432000 4194304 5696331 140734423962272 18446744073709551615 4417715 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66884 150 367 0 67159 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 270116

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

[startup+1190.3 s]
/proc/loadavg: 4.01 3.95 3.18 6/190 20583
/proc/meminfo: memFree=19141096/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=1190.31 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98231 0 0 0 119003 28 0 0 25 0 1 0 872602672 276598784 66886 33554432000 4194304 5696331 140734423962272 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66886 150 367 0 67159 0
Current children cumulated CPU time (s) 1190.31
Current children cumulated vsize (KiB) 270116

[startup+1193.51 s]
/proc/loadavg: 4.01 3.95 3.19 6/190 20583
/proc/meminfo: memFree=19141088/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=1193.51 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98231 0 0 0 119323 28 0 0 25 0 1 0 872602672 276598784 66886 33554432000 4194304 5696331 140734423962272 18446744073709551615 4300638 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66886 150 367 0 67159 0
Current children cumulated CPU time (s) 1193.51
Current children cumulated vsize (KiB) 270116

[startup+1196.7 s]
/proc/loadavg: 4.01 3.95 3.19 6/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=1196.71 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98232 0 0 0 119643 28 0 0 25 0 1 0 872602672 276598784 66887 33554432000 4194304 5696331 140734423962272 18446744073709551615 4417489 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66887 150 367 0 67159 0
Current children cumulated CPU time (s) 1196.71
Current children cumulated vsize (KiB) 270116

[startup+1198.3 s]
/proc/loadavg: 4.01 3.95 3.19 6/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=1198.3 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98232 0 0 0 119802 28 0 0 25 0 1 0 872602672 276598784 66887 33554432000 4194304 5696331 140734423962272 18446744073709551615 4400302 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66887 150 367 0 67159 0
Current children cumulated CPU time (s) 1198.3
Current children cumulated vsize (KiB) 270116

[startup+1198.7 s]
/proc/loadavg: 4.01 3.95 3.19 6/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=1198.71 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98232 0 0 0 119843 28 0 0 25 0 1 0 872602672 276598784 66887 33554432000 4194304 5696331 140734423962272 18446744073709551615 4300628 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66887 150 367 0 67159 0
Current children cumulated CPU time (s) 1198.71
Current children cumulated vsize (KiB) 270116

[startup+1198.9 s]
/proc/loadavg: 4.01 3.95 3.19 6/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=270116 CPUtime=1198.91 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202496 98232 0 0 0 119863 28 0 0 25 0 1 0 872602672 276598784 66887 33554432000 4194304 5696331 140734423962272 18446744073709551615 4371225 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/20536/statm: 67529 66887 150 367 0 67159 0
Current children cumulated CPU time (s) 1198.91
Current children cumulated vsize (KiB) 270116

[startup+1199.01 s]
/proc/loadavg: 4.01 3.95 3.19 6/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20536] ppid=20534 vsize=0 CPUtime=1199.02 cores=0,2
/proc/20536/stat : 20536 (muser) R 20534 20536 19995 0 -1 4202500 98232 0 0 0 119873 29 0 0 25 0 1 0 872602672 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 0 0 0 0
/proc/20536/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.02
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.01
CPU time (s): 1199.03
CPU user time (s): 1198.73
CPU system time (s): 0.300954
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 270116

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

runsolver used 2.12768 second user time and 4.41533 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-11 16:17:48
IDJOB=3493651
IDBENCH=70981
IDSOLVER=1969
FILE ID=node145/3493651-1307801868
RUNJOBID= node145-1307801868-20489
PBS_JOBID= 13551003
Free space on /tmp= 74056 MiB

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

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

MD5SUM BENCH= e2edbe336f5bcaab72d4c9db48067f8a
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:      31803328 kB
Buffers:        172528 kB
Cached:         800880 kB
SwapCached:       7976 kB
Active:         389168 kB
Inactive:       613580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31803328 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           43104 kB
Writeback:           8 kB
AnonPages:       26164 kB
Mapped:          13232 kB
Slab:            80108 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219696 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= 74044 MiB
End job on node145 at 2011-06-11 16:37:47