Trace number 3493667

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5t0.cnf
MD5SUM7883c1629e96894ab9f6fc4604596fef
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 variables219671
Number of clauses1170255
Sum of the clauses size2820728
Maximum clause length10
Minimum clause length1
Number of clauses of size 112461
Number of clauses of size 2833655
Number of clauses of size 3267959
Number of clauses of size 46240
Number of clauses of size 524960
Number of clauses of size over 524980

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-3493667-1307801885.cnf ***
0.00/0.00	c 
1.68/1.75	c Parsing CPU Time: 1.65975
1.68/1.75	c Running MUSer ...
8.09/8.19	c 0.00% completed ... 
20.69/20.74	c 5.07% completed ... 
37.99/38.06	c 10.11% completed ... 
112.59/112.68	c 15.18% completed ... 
557.00/557.09	c 30.19% completed ... 
1101.42/1101.43	c 59.32% completed ... 
1198.93/1199.00	c muser received timeout signal. Terminating ...
1198.93/1199.00	c CPU Time: CPU Time: 1198.83

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-3493667-1307801885/watcher-3493667-1307801885 -o /tmp/evaluation-result-3493667-1307801885/solver-3493667-1307801885 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3493667-1307801885.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: 4.00 3.93 2.86 5/189 13971
/proc/meminfo: memFree=29324008/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=3100 CPUtime=0 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 259 0 0 0 0 0 0 0 23 0 1 0 891789301 3174400 214 33554432000 4194304 5696331 140737357968480 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 775 215 114 367 0 405 0

[startup+0.055921 s]
/proc/loadavg: 4.00 3.93 2.86 5/189 13971
/proc/meminfo: memFree=29324008/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=14472 CPUtime=0.04 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 3335 0 0 0 4 0 0 0 23 0 1 0 891789301 14819328 3046 33554432000 4194304 5696331 140737357968480 18446744073709551615 4210500 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 3618 3046 114 367 0 3248 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14472

[startup+0.100945 s]
/proc/loadavg: 4.00 3.93 2.86 5/189 13971
/proc/meminfo: memFree=29324008/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=23312 CPUtime=0.08 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 5754 0 0 0 8 0 0 0 23 0 1 0 891789301 23871488 5271 33554432000 4194304 5696331 140737357968480 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 5828 5273 114 367 0 5458 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23312

[startup+0.300897 s]
/proc/loadavg: 4.00 3.93 2.86 5/189 13971
/proc/meminfo: memFree=29324008/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=50640 CPUtime=0.28 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 13927 0 0 0 27 1 0 0 25 0 1 0 891789301 51855360 12095 33554432000 4194304 5696331 140737357968480 18446744073709551615 4210980 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 12660 12095 114 367 0 12290 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 50640

[startup+0.700828 s]
/proc/loadavg: 4.00 3.93 2.86 5/189 13971
/proc/meminfo: memFree=29324008/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=99236 CPUtime=0.69 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 28773 0 0 0 66 3 0 0 25 0 1 0 891789301 101617664 24249 33554432000 4194304 5696331 140737357968480 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 24809 24251 114 367 0 24439 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99236

[startup+1.50069 s]
/proc/loadavg: 4.00 3.93 2.86 5/190 13972
/proc/meminfo: memFree=29173860/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=196472 CPUtime=1.49 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 57692 0 0 0 142 7 0 0 25 0 1 0 891789301 201187328 48557 33554432000 4194304 5696331 140737357968480 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 49118 48560 114 367 0 48748 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 196472

[startup+3.1004 s]
/proc/loadavg: 4.00 3.93 2.86 5/190 13972
/proc/meminfo: memFree=29007804/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=371712 CPUtime=3.09 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 99486 0 0 0 297 12 0 0 25 0 1 0 891789301 380633088 90349 33554432000 4194304 5696331 140737357968480 18446744073709551615 4398436 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 92928 90349 142 367 0 92558 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 371712

[startup+6.30078 s]
/proc/loadavg: 4.00 3.93 2.86 5/190 13972
/proc/meminfo: memFree=28961552/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=275696 CPUtime=6.29 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 108832 0 0 0 615 14 0 0 25 0 1 0 891789301 282312704 68571 33554432000 4194304 5696331 140737357968480 18446744073709551615 4399792 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 68924 68571 143 367 0 68554 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 275696

[startup+12.7006 s]
/proc/loadavg: 4.00 3.93 2.87 5/190 13972
/proc/meminfo: memFree=29037164/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=289324 CPUtime=12.69 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 111870 0 0 0 1255 14 0 0 25 0 1 0 891789301 296267776 71609 33554432000 4194304 5696331 140737357968480 18446744073709551615 4302266 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 72331 71609 148 367 0 71961 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 289324

[startup+25.5003 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 13972
/proc/meminfo: memFree=29037628/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=289324 CPUtime=25.49 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 111876 0 0 0 2535 14 0 0 25 0 1 0 891789301 296267776 71615 33554432000 4194304 5696331 140737357968480 18446744073709551615 4300628 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 72331 71615 149 367 0 71961 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 289324

[startup+51.1006 s]
/proc/loadavg: 4.00 3.93 2.92 5/190 14049
/proc/meminfo: memFree=30103060/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=289324 CPUtime=51.09 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 111888 0 0 0 5095 14 0 0 25 0 1 0 891789301 296267776 71627 33554432000 4194304 5696331 140737357968480 18446744073709551615 4416862 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 72331 71627 150 367 0 71961 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 289324

[startup+102.307 s]
/proc/loadavg: 4.00 3.94 2.97 5/190 14050
/proc/meminfo: memFree=29544240/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=291344 CPUtime=102.3 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 112420 0 0 0 10215 15 0 0 25 0 1 0 891789301 298336256 72159 33554432000 4194304 5696331 140737357968480 18446744073709551615 4419584 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 72836 72159 150 367 0 72466 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 291344

[startup+162.3 s]
/proc/loadavg: 4.00 3.95 3.03 5/190 14052
/proc/meminfo: memFree=28558352/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=291344 CPUtime=162.29 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 112438 0 0 0 16214 15 0 0 25 0 1 0 891789301 298336256 72177 33554432000 4194304 5696331 140737357968480 18446744073709551615 4300638 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 72836 72177 150 367 0 72466 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 291344

[startup+222.3 s]
/proc/loadavg: 4.08 3.97 3.09 5/190 14054
/proc/meminfo: memFree=27266336/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=291344 CPUtime=222.29 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 112442 0 0 0 22214 15 0 0 25 0 1 0 891789301 298336256 72181 33554432000 4194304 5696331 140737357968480 18446744073709551615 4416821 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 72836 72181 150 367 0 72466 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 291344

[startup+282.3 s]
/proc/loadavg: 4.03 3.97 3.15 5/190 14055
/proc/meminfo: memFree=26306024/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=291344 CPUtime=282.29 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 112446 0 0 0 28214 15 0 0 25 0 1 0 891789301 298336256 72185 33554432000 4194304 5696331 140737357968480 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 72836 72185 150 367 0 72466 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 291344

[startup+342.301 s]
/proc/loadavg: 4.08 4.00 3.21 5/190 14057
/proc/meminfo: memFree=25538164/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=342.3 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113477 0 0 0 34214 16 0 0 25 0 1 0 891789301 302559232 73216 33554432000 4194304 5696331 140737357968480 18446744073709551615 4416833 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73216 150 367 0 73497 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 295468

[startup+402.3 s]
/proc/loadavg: 4.10 4.02 3.26 5/190 14058
/proc/meminfo: memFree=24857364/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=402.3 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113484 0 0 0 40214 16 0 0 25 0 1 0 891789301 302559232 73223 33554432000 4194304 5696331 140737357968480 18446744073709551615 4415931 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73223 150 367 0 73497 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 295468

[startup+462.3 s]
/proc/loadavg: 4.03 4.01 3.30 5/190 14060
/proc/meminfo: memFree=24832528/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=462.3 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113490 0 0 0 46214 16 0 0 25 0 1 0 891789301 302559232 73229 33554432000 4194304 5696331 140737357968480 18446744073709551615 4417094 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73229 150 367 0 73497 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 295468

[startup+522.3 s]
/proc/loadavg: 4.01 4.00 3.34 5/190 14062
/proc/meminfo: memFree=24832244/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=522.3 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113499 0 0 0 52214 16 0 0 25 0 1 0 891789301 302559232 73238 33554432000 4194304 5696331 140737357968480 18446744073709551615 4416848 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73238 150 367 0 73497 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 295468

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.38 5/190 14063
/proc/meminfo: memFree=24832192/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=582.31 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113506 0 0 0 58214 17 0 0 25 0 1 0 891789301 302559232 73245 33554432000 4194304 5696331 140737357968480 18446744073709551615 4416821 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73245 150 367 0 73497 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 295468

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.42 5/190 14065
/proc/meminfo: memFree=24832012/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=642.31 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113513 0 0 0 64214 17 0 0 25 0 1 0 891789301 302559232 73252 33554432000 4194304 5696331 140737357968480 18446744073709551615 4416959 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73252 150 367 0 73497 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 295468

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.45 5/190 14066
/proc/meminfo: memFree=24831336/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=702.31 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113520 0 0 0 70213 18 0 0 25 0 1 0 891789301 302559232 73259 33554432000 4194304 5696331 140737357968480 18446744073709551615 4381177 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73259 150 367 0 73497 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 295468

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.48 5/190 14068
/proc/meminfo: memFree=24828308/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=762.32 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113527 0 0 0 76214 18 0 0 25 0 1 0 891789301 302559232 73266 33554432000 4194304 5696331 140737357968480 18446744073709551615 4381177 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73266 150 367 0 73497 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 295468

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.51 5/190 14070
/proc/meminfo: memFree=24828760/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=822.31 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113535 0 0 0 82213 18 0 0 25 0 1 0 891789301 302559232 73274 33554432000 4194304 5696331 140737357968480 18446744073709551615 4416729 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73274 150 367 0 73497 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 295468

[startup+882.3 s]
/proc/loadavg: 4.04 4.01 3.55 5/190 14185
/proc/meminfo: memFree=25134740/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=882.31 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113544 0 0 0 88213 18 0 0 25 0 1 0 891789301 302559232 73283 33554432000 4194304 5696331 140737357968480 18446744073709551615 4400112 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73283 150 367 0 73497 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 295468

[startup+942.3 s]
/proc/loadavg: 4.01 4.01 3.57 5/190 14187
/proc/meminfo: memFree=24841740/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=942.32 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113550 0 0 0 94213 19 0 0 25 0 1 0 891789301 302559232 73289 33554432000 4194304 5696331 140737357968480 18446744073709551615 4417489 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73289 150 367 0 73497 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 295468

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.59 5/190 14188
/proc/meminfo: memFree=24712628/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=1002.32 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113558 0 0 0 100213 19 0 0 25 0 1 0 891789301 302559232 73297 33554432000 4194304 5696331 140737357968480 18446744073709551615 4416848 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73297 150 367 0 73497 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 295468

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.62 5/190 14190
/proc/meminfo: memFree=24641788/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295468 CPUtime=1062.32 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113567 0 0 0 106213 19 0 0 25 0 1 0 891789301 302559232 73306 33554432000 4194304 5696331 140737357968480 18446744073709551615 4381173 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73867 73306 150 367 0 73497 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 295468

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.64 5/190 14192
/proc/meminfo: memFree=24635788/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295600 CPUtime=1122.32 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113573 0 0 0 112213 19 0 0 25 0 1 0 891789301 302694400 73312 33554432000 4194304 5696331 140737357968480 18446744073709551615 4417017 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73900 73312 150 367 0 73530 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 295600

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 14193
/proc/meminfo: memFree=24476292/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295600 CPUtime=1182.32 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113581 0 0 0 118212 20 0 0 25 0 1 0 891789301 302694400 73320 33554432000 4194304 5696331 140737357968480 18446744073709551615 4381288 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73900 73320 150 367 0 73530 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 295600

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

[startup+1190.3 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 14193
/proc/meminfo: memFree=24396548/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295600 CPUtime=1190.33 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113583 0 0 0 119013 20 0 0 25 0 1 0 891789301 302694400 73322 33554432000 4194304 5696331 140737357968480 18446744073709551615 4416297 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73900 73322 150 367 0 73530 0
Current children cumulated CPU time (s) 1190.33
Current children cumulated vsize (KiB) 295600

[startup+1193.51 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 14194
/proc/meminfo: memFree=24396548/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295600 CPUtime=1193.53 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113583 0 0 0 119333 20 0 0 25 0 1 0 891789301 302694400 73322 33554432000 4194304 5696331 140737357968480 18446744073709551615 4399132 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73900 73322 150 367 0 73530 0
Current children cumulated CPU time (s) 1193.53
Current children cumulated vsize (KiB) 295600

[startup+1196.7 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 14194
/proc/meminfo: memFree=24396424/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295600 CPUtime=1196.73 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113585 0 0 0 119653 20 0 0 25 0 1 0 891789301 302694400 73324 33554432000 4194304 5696331 140737357968480 18446744073709551615 4300628 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73900 73324 150 367 0 73530 0
Current children cumulated CPU time (s) 1196.73
Current children cumulated vsize (KiB) 295600

[startup+1198.3 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 14194
/proc/meminfo: memFree=24396544/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295600 CPUtime=1198.32 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113585 0 0 0 119812 20 0 0 25 0 1 0 891789301 302694400 73324 33554432000 4194304 5696331 140737357968480 18446744073709551615 4417633 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73900 73324 150 367 0 73530 0
Current children cumulated CPU time (s) 1198.32
Current children cumulated vsize (KiB) 295600

[startup+1198.7 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 14194
/proc/meminfo: memFree=24396544/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295600 CPUtime=1198.72 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113585 0 0 0 119852 20 0 0 25 0 1 0 891789301 302694400 73324 33554432000 4194304 5696331 140737357968480 18446744073709551615 4381170 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73900 73324 150 367 0 73530 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 295600

[startup+1198.9 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 14194
/proc/meminfo: memFree=24396668/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=295600 CPUtime=1198.93 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202496 113585 0 0 0 119873 20 0 0 25 0 1 0 891789301 302694400 73324 33554432000 4194304 5696331 140737357968480 18446744073709551615 4381170 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/13971/statm: 73900 73324 150 367 0 73530 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 295600

[startup+1199.01 s]
/proc/loadavg: 4.00 4.00 3.66 5/190 14194
/proc/meminfo: memFree=24396668/32951124 swapFree=67056684/67111528
[pid=13971] ppid=13969 vsize=0 CPUtime=1199.03 cores=0,2
/proc/13971/stat : 13971 (muser) R 13969 13971 13546 0 -1 4202500 113585 0 0 0 119883 20 0 0 25 0 1 0 891789301 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 0 0 0 0
/proc/13971/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.02
CPU time (s): 1199.05
CPU user time (s): 1198.83
CPU system time (s): 0.216967
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 378980

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

runsolver used 2.08868 second user time and 4.45732 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-11 16:18:06
IDJOB=3493667
IDBENCH=71021
IDSOLVER=1969
FILE ID=node109/3493667-1307801885
RUNJOBID= node109-1307800705-13564
PBS_JOBID= 13551065
Free space on /tmp= 73964 MiB

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

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

MD5SUM BENCH= 7883c1629e96894ab9f6fc4604596fef
RANDOM SEED=365824579

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.75
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.809
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29324676 kB
Buffers:        299472 kB
Cached:        1003440 kB
SwapCached:       8608 kB
Active:        2764620 kB
Inactive:       629344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29324676 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:           23392 kB
Writeback:           0 kB
AnonPages:     2088508 kB
Mapped:          15084 kB
Slab:           164164 kB
PageTables:       9260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2323464 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= 73952 MiB
End job on node109 at 2011-06-11 16:38:05