Trace number 3493663

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.28 1199.26

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
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 variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
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-3493663-1307801868.cnf ***
0.00/0.00	c 
0.59/0.69	c Parsing CPU Time: 0.661899
0.59/0.69	c Running MUSer ...
141.98/142.09	c 0.00% completed ... 
540.60/540.60	c 6.91% completed ... 
896.61/896.69	c 11.98% completed ... 
1198.93/1199.00	c muser received timeout signal. Terminating ...
1198.93/1199.00	c CPU Time: CPU Time: 1196.36

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

running on 2 cores: 5,7

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/184 20532
/proc/meminfo: memFree=31800920/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=6008 CPUtime=0 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 984 0 0 0 0 0 0 0 21 0 1 0 872602672 6152192 938 33554432000 4194304 5696331 140733930013152 18446744073709551615 5068096 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1502 938 114 367 0 1132 0

[startup+0.0820159 s]
/proc/loadavg: 1.00 1.00 1.11 4/184 20532
/proc/meminfo: memFree=31800920/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=21992 CPUtime=0.07 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 5418 0 0 0 7 0 0 0 21 0 1 0 872602672 22519808 4934 33554432000 4194304 5696331 140733930013152 18446744073709551615 4198589 0 0 4096 24615 0 0 0 17 7 0 0 0
/proc/20532/statm: 5498 4934 114 367 0 5128 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21992

[startup+0.101014 s]
/proc/loadavg: 1.00 1.00 1.11 4/184 20532
/proc/meminfo: memFree=31800920/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=25248 CPUtime=0.1 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 6217 0 0 0 9 1 0 0 21 0 1 0 872602672 25853952 5733 33554432000 4194304 5696331 140733930013152 18446744073709551615 4208101 0 0 4096 24615 0 0 0 17 7 0 0 0
/proc/20532/statm: 6312 5733 114 367 0 5942 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 25248

[startup+0.300978 s]
/proc/loadavg: 1.00 1.00 1.11 4/184 20532
/proc/meminfo: memFree=31800920/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=50948 CPUtime=0.29 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 14378 0 0 0 28 1 0 0 22 0 1 0 872602672 52170752 12160 33554432000 4194304 5696331 140733930013152 18446744073709551615 4223044 0 0 4096 24615 0 0 0 17 7 0 0 0
/proc/20532/statm: 12737 12160 114 367 0 12367 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50948

[startup+0.700904 s]
/proc/loadavg: 1.00 1.00 1.11 4/184 20532
/proc/meminfo: memFree=31800920/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=112012 CPUtime=0.69 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 32128 0 0 0 66 3 0 0 24 0 1 0 872602672 114700288 27601 33554432000 4194304 5696331 140733930013152 18446744073709551615 4306126 0 0 4096 24615 0 0 0 17 7 0 0 0
/proc/20532/statm: 28003 27601 130 367 0 27633 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112012

[startup+1.5008 s]
/proc/loadavg: 1.00 1.00 1.11 5/190 20548
/proc/meminfo: memFree=31193684/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=159224 CPUtime=1.49 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 43618 0 0 0 144 5 0 0 25 0 1 0 872602672 163045376 39091 33554432000 4194304 5696331 140733930013152 18446744073709551615 4380923 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 39806 39091 142 367 0 39436 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 159224

[startup+3.10051 s]
/proc/loadavg: 1.24 1.05 1.12 5/190 20548
/proc/meminfo: memFree=31035584/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=161220 CPUtime=3.09 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 44138 0 0 0 304 5 0 0 25 0 1 0 872602672 165089280 39611 33554432000 4194304 5696331 140733930013152 18446744073709551615 4403152 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 40305 39611 142 367 0 39935 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 161220

[startup+6.30093 s]
/proc/loadavg: 1.24 1.05 1.12 5/190 20548
/proc/meminfo: memFree=31083076/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=166228 CPUtime=6.28 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 45274 0 0 0 623 5 0 0 25 0 1 0 872602672 170217472 40747 33554432000 4194304 5696331 140733930013152 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 41557 40747 142 367 0 41187 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 166228

[startup+12.7008 s]
/proc/loadavg: 1.66 1.15 1.15 5/190 20549
/proc/meminfo: memFree=31059432/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=176284 CPUtime=12.68 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 47827 0 0 0 1262 6 0 0 25 0 1 0 872602672 180514816 43300 33554432000 4194304 5696331 140733930013152 18446744073709551615 4398436 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 44071 43300 142 367 0 43701 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 176284

[startup+25.5005 s]
/proc/loadavg: 2.02 1.24 1.18 5/190 20549
/proc/meminfo: memFree=30990828/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=196132 CPUtime=25.49 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 52829 0 0 0 2541 8 0 0 25 0 1 0 872602672 200839168 48302 33554432000 4194304 5696331 140733930013152 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 49033 48302 142 367 0 48663 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 196132

[startup+51.1009 s]
/proc/loadavg: 2.70 1.46 1.26 5/190 20550
/proc/meminfo: memFree=30910656/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=235288 CPUtime=51.09 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 62404 0 0 0 5098 11 0 0 25 0 1 0 872602672 240934912 57877 33554432000 4194304 5696331 140733930013152 18446744073709551615 4401092 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 58822 57877 142 367 0 58452 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 235288

[startup+102.307 s]
/proc/loadavg: 3.48 1.89 1.41 5/190 20551
/proc/meminfo: memFree=30955004/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=220552 CPUtime=102.3 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 93904 0 0 0 10210 20 0 0 25 0 1 0 872602672 225845248 54481 33554432000 4194304 5696331 140733930013152 18446744073709551615 4394360 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 55138 54481 143 367 0 54768 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 220552

[startup+162.301 s]
/proc/loadavg: 3.79 2.24 1.56 5/190 20553
/proc/meminfo: memFree=29957380/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=473400 CPUtime=162.29 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 210598 0 0 0 16186 43 0 0 25 0 1 0 872602672 484761600 117686 33554432000 4194304 5696331 140733930013152 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 118350 117686 148 367 0 117980 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 473400

[startup+222.301 s]
/proc/loadavg: 3.93 2.58 1.72 5/190 20554
/proc/meminfo: memFree=27934284/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=1493332 CPUtime=222.3 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 465717 0 0 0 22153 77 0 0 25 0 1 0 872602672 1529171968 372761 33554432000 4194304 5696331 140733930013152 18446744073709551615 4402352 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 373333 372761 148 367 0 372963 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1493332

[startup+282.3 s]
/proc/loadavg: 3.97 2.82 1.85 5/190 20556
/proc/meminfo: memFree=25933496/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=2513476 CPUtime=282.29 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 720795 0 0 0 28119 110 0 0 25 0 1 0 872602672 2573799424 627805 33554432000 4194304 5696331 140733930013152 18446744073709551615 4402605 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 628369 627805 148 367 0 627999 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2513476

[startup+342.301 s]
/proc/loadavg: 3.99 3.04 1.99 5/190 20557
/proc/meminfo: memFree=24390644/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=3476524 CPUtime=342.29 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 961548 0 0 0 34090 139 0 0 25 0 1 0 872602672 3559960576 868540 33554432000 4194304 5696331 140733930013152 18446744073709551615 4402621 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 869131 868540 148 367 0 868761 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 3476524

[startup+402.301 s]
/proc/loadavg: 4.04 3.22 2.11 5/190 20559
/proc/meminfo: memFree=22928144/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=4367000 CPUtime=402.3 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 1184186 0 0 0 40064 166 0 0 25 0 1 0 872602672 4471808000 1091163 33554432000 4194304 5696331 140733930013152 18446744073709551615 4402900 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1091750 1091163 148 367 0 1091380 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 4367000

[startup+462.301 s]
/proc/loadavg: 4.01 3.37 2.23 5/190 20564
/proc/meminfo: memFree=21656776/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=5245672 CPUtime=462.3 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 1403886 0 0 0 46040 190 0 0 25 0 1 0 872602672 5371568128 1310854 33554432000 4194304 5696331 140733930013152 18446744073709551615 4402329 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1311418 1310854 148 367 0 1311048 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 5245672

[startup+522.3 s]
/proc/loadavg: 4.06 3.49 2.34 5/190 20565
/proc/meminfo: memFree=20788468/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=6124508 CPUtime=522.3 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 1623495 0 0 0 52014 216 0 0 25 0 1 0 872602672 6271496192 1530451 33554432000 4194304 5696331 140733930013152 18446744073709551615 4394391 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1531127 1530451 148 367 0 1530757 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 6124508

[startup+582.3 s]
/proc/loadavg: 4.05 3.60 2.45 5/190 20567
/proc/meminfo: memFree=20484496/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=6410856 CPUtime=582.3 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 1694935 0 0 0 58007 223 0 0 25 0 1 0 872602672 6564716544 1601889 33554432000 4194304 5696331 140733930013152 18446744073709551615 4401310 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1602714 1601889 149 367 0 1602344 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 6410856

[startup+642.301 s]
/proc/loadavg: 4.02 3.67 2.55 5/190 20568
/proc/meminfo: memFree=20482584/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=6410856 CPUtime=642.31 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 1694938 0 0 0 64008 223 0 0 25 0 1 0 872602672 6564716544 1601892 33554432000 4194304 5696331 140733930013152 18446744073709551615 4413820 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1602714 1601892 149 367 0 1602344 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 6410856

[startup+702.301 s]
/proc/loadavg: 4.00 3.72 2.63 5/190 20570
/proc/meminfo: memFree=20481660/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=6410856 CPUtime=702.3 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 1694938 0 0 0 70007 223 0 0 25 0 1 0 872602672 6564716544 1601892 33554432000 4194304 5696331 140733930013152 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1602714 1601892 149 367 0 1602344 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 6410856

[startup+762.307 s]
/proc/loadavg: 4.00 3.77 2.72 5/190 20572
/proc/meminfo: memFree=20235220/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=6656580 CPUtime=762.31 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 1756390 0 0 0 75999 232 0 0 25 0 1 0 872602672 6816337920 1663341 33554432000 4194304 5696331 140733930013152 18446744073709551615 4394467 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1664145 1663341 149 367 0 1663775 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 6656580

[startup+822.3 s]
/proc/loadavg: 4.00 3.81 2.79 5/190 20573
/proc/meminfo: memFree=19452624/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=7443636 CPUtime=822.3 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 1953160 0 0 0 81973 257 0 0 25 0 1 0 872602672 7622283264 1860100 33554432000 4194304 5696331 140733930013152 18446744073709551615 4394479 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1860909 1860100 149 367 0 1860539 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 7443636

[startup+882.301 s]
/proc/loadavg: 4.00 3.84 2.87 5/190 20575
/proc/meminfo: memFree=19147916/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=7738060 CPUtime=882.31 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 2026796 0 0 0 87965 266 0 0 25 0 1 0 872602672 7923773440 1933735 33554432000 4194304 5696331 140733930013152 18446744073709551615 4400296 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1934515 1933735 149 367 0 1934145 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 7738060

[startup+942.301 s]
/proc/loadavg: 4.06 3.88 2.94 5/190 20576
/proc/meminfo: memFree=19143748/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=7738060 CPUtime=942.31 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 2026798 0 0 0 93965 266 0 0 25 0 1 0 872602672 7923773440 1933737 33554432000 4194304 5696331 140733930013152 18446744073709551615 4402903 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1934515 1933737 150 367 0 1934145 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 7738060

[startup+1002.3 s]
/proc/loadavg: 4.02 3.90 3.01 5/190 20578
/proc/meminfo: memFree=19143828/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=7738060 CPUtime=1002.32 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 2026800 0 0 0 99966 266 0 0 25 0 1 0 872602672 7923773440 1933739 33554432000 4194304 5696331 140733930013152 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1934515 1933739 150 367 0 1934145 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 7738060

[startup+1062.3 s]
/proc/loadavg: 4.01 3.92 3.06 5/190 20580
/proc/meminfo: memFree=19143656/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=7738060 CPUtime=1062.31 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 2026801 0 0 0 105965 266 0 0 25 0 1 0 872602672 7923773440 1933740 33554432000 4194304 5696331 140733930013152 18446744073709551615 4400211 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1934515 1933740 150 367 0 1934145 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 7738060

[startup+1122.3 s]
/proc/loadavg: 4.04 3.94 3.12 5/190 20581
/proc/meminfo: memFree=19141636/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=7738060 CPUtime=1122.32 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 2026803 0 0 0 111966 266 0 0 25 0 1 0 872602672 7923773440 1933742 33554432000 4194304 5696331 140733930013152 18446744073709551615 4400169 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1934515 1933742 150 367 0 1934145 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 7738060

[startup+1182.3 s]
/proc/loadavg: 4.02 3.95 3.17 5/190 20583
/proc/meminfo: memFree=19141224/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=7738060 CPUtime=1182.32 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 2026803 0 0 0 117966 266 0 0 25 0 1 0 872602672 7923773440 1933742 33554432000 4194304 5696331 140733930013152 18446744073709551615 4413808 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1934515 1933742 150 367 0 1934145 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 7738060

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=20532] ppid=20530 vsize=7738060 CPUtime=1190.32 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 2026803 0 0 0 118766 266 0 0 25 0 1 0 872602672 7923773440 1933742 33554432000 4194304 5696331 140733930013152 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1934515 1933742 150 367 0 1934145 0
Current children cumulated CPU time (s) 1190.32
Current children cumulated vsize (KiB) 7738060

[startup+1193.51 s]
/proc/loadavg: 4.01 3.95 3.19 5/190 20583
/proc/meminfo: memFree=19141088/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=7738060 CPUtime=1193.52 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 2026803 0 0 0 119086 266 0 0 25 0 1 0 872602672 7923773440 1933742 33554432000 4194304 5696331 140733930013152 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1934515 1933742 150 367 0 1934145 0
Current children cumulated CPU time (s) 1193.52
Current children cumulated vsize (KiB) 7738060

[startup+1196.7 s]
/proc/loadavg: 4.01 3.95 3.19 5/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=7738060 CPUtime=1196.73 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 2026803 0 0 0 119407 266 0 0 25 0 1 0 872602672 7923773440 1933742 33554432000 4194304 5696331 140733930013152 18446744073709551615 4391865 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1934515 1933742 150 367 0 1934145 0
Current children cumulated CPU time (s) 1196.73
Current children cumulated vsize (KiB) 7738060

[startup+1198.3 s]
/proc/loadavg: 4.01 3.95 3.19 5/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=7738060 CPUtime=1198.32 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 2026803 0 0 0 119566 266 0 0 25 0 1 0 872602672 7923773440 1933742 33554432000 4194304 5696331 140733930013152 18446744073709551615 4394112 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1934515 1933742 150 367 0 1934145 0
Current children cumulated CPU time (s) 1198.32
Current children cumulated vsize (KiB) 7738060

[startup+1198.7 s]
/proc/loadavg: 4.01 3.95 3.19 5/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=7738060 CPUtime=1198.72 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202496 2026803 0 0 0 119606 266 0 0 25 0 1 0 872602672 7923773440 1933742 33554432000 4194304 5696331 140733930013152 18446744073709551615 4394391 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/20532/statm: 1934515 1933742 150 367 0 1934145 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 7738060

[startup+1199.1 s]
/proc/loadavg: 4.01 3.95 3.19 5/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=0 CPUtime=1199.12 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202500 2026803 0 0 0 119636 276 0 0 25 0 1 0 872602672 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 5 0 0 0
/proc/20532/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.12
Current children cumulated vsize (KiB) 0

[startup+1199.2 s]
/proc/loadavg: 4.01 3.95 3.19 5/190 20583
/proc/meminfo: memFree=19141208/32951124 swapFree=67056964/67111528
[pid=20532] ppid=20530 vsize=0 CPUtime=1199.22 cores=5,7
/proc/20532/stat : 20532 (muser) R 20530 20532 19995 0 -1 4202500 2026803 0 0 0 119636 286 0 0 25 0 1 0 872602672 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 5 0 0 0
/proc/20532/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.22
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.26
CPU time (s): 1199.28
CPU user time (s): 1196.36
CPU system time (s): 2.92056
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 7738060

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

runsolver used 1.87172 second user time and 4.67229 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
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:      31804972 kB
Buffers:        172528 kB
Cached:         800880 kB
SwapCached:       7976 kB
Active:         386060 kB
Inactive:       615056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31804972 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           43104 kB
Writeback:           8 kB
AnonPages:       25388 kB
Mapped:          13232 kB
Slab:            80108 kB
PageTables:       5600 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= 74068 MiB
End job on node145 at 2011-06-11 16:37:47