Trace number 3493683

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.04 1199.04

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_06_UNSAT.cnf
MD5SUM540450986cd3d9879ae19d42219d1fab
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 variables980
Number of clauses47620
Sum of the clauses size141221
Maximum clause length7
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21731
Number of clauses of size 345866
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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-3493683-1307801912.cnf ***
0.00/0.00	c 
0.03/0.06	c Parsing CPU Time: 0.047992
0.03/0.06	c Running MUSer ...
22.89/22.94	c 0.00% completed ... 
114.30/114.32	c 22.06% completed ... 
200.39/200.43	c 31.41% completed ... 
428.60/428.60	c 51.92% completed ... 
1198.89/1199.00	c muser received timeout signal. Terminating ...
1198.89/1199.00	c CPU Time: CPU Time: 1198.46

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

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.93 2.89 4/189 14009
/proc/meminfo: memFree=30319140/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=4356 CPUtime=0 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 578 0 0 0 0 0 0 0 25 0 1 0 891791989 4460544 532 33554432000 4194304 5696331 140737071815184 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 1089 533 114 367 0 719 0

[startup+0.037965 s]
/proc/loadavg: 4.00 3.93 2.89 4/189 14009
/proc/meminfo: memFree=30319140/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=10272 CPUtime=0.03 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 2214 0 0 0 3 0 0 0 25 0 1 0 891791989 10518528 2021 33554432000 4194304 5696331 140737071815184 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 2601 2023 114 367 0 2231 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10272

[startup+0.100986 s]
/proc/loadavg: 4.00 3.93 2.89 4/189 14009
/proc/meminfo: memFree=30319140/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=15976 CPUtime=0.09 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 3872 0 0 0 9 0 0 0 25 0 1 0 891791989 16359424 3677 33554432000 4194304 5696331 140737071815184 18446744073709551615 4396775 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 3994 3677 143 367 0 3624 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15976

[startup+0.300947 s]
/proc/loadavg: 4.00 3.93 2.89 4/189 14009
/proc/meminfo: memFree=30319140/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=16636 CPUtime=0.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 4038 0 0 0 29 0 0 0 25 0 1 0 891791989 17035264 3843 33554432000 4194304 5696331 140737071815184 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 4159 3843 143 367 0 3789 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16636

[startup+0.700876 s]
/proc/loadavg: 4.00 3.93 2.89 4/189 14009
/proc/meminfo: memFree=30319140/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=18104 CPUtime=0.69 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 4376 0 0 0 69 0 0 0 25 0 1 0 891791989 18538496 4181 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400015 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 4526 4181 143 367 0 4156 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18104

[startup+1.50073 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 14010
/proc/meminfo: memFree=30302168/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=20692 CPUtime=1.49 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 5017 0 0 0 149 0 0 0 25 0 1 0 891791989 21188608 4822 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400416 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 5173 4822 143 367 0 4803 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20692

[startup+3.10043 s]
/proc/loadavg: 4.00 3.93 2.89 5/190 14010
/proc/meminfo: memFree=30298200/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=25812 CPUtime=3.09 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 6221 0 0 0 309 0 0 0 25 0 1 0 891791989 26431488 6026 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400456 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 6453 6026 143 367 0 6083 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25812

[startup+6.30085 s]
/proc/loadavg: 4.00 3.93 2.89 5/187 14039
/proc/meminfo: memFree=30704848/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=36268 CPUtime=6.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 8727 0 0 0 628 1 0 0 25 0 1 0 891791989 37138432 8532 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 9067 8532 143 367 0 8697 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36268

[startup+12.7007 s]
/proc/loadavg: 4.00 3.93 2.90 5/190 14049
/proc/meminfo: memFree=30130820/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=24440 CPUtime=12.7 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 13492 0 0 0 1267 3 0 0 25 0 1 0 891791989 25026560 5785 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400163 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 6110 5785 144 367 0 5740 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 24440

[startup+25.5003 s]
/proc/loadavg: 4.00 3.93 2.92 5/190 14049
/proc/meminfo: memFree=30046524/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=97688 CPUtime=25.49 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 43752 0 0 0 2542 7 0 0 25 0 1 0 891791989 100032512 24148 33554432000 4194304 5696331 140737071815184 18446744073709551615 4402774 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 24422 24148 149 367 0 24052 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97688

[startup+51.1006 s]
/proc/loadavg: 4.00 3.94 2.94 5/190 14050
/proc/meminfo: memFree=29709904/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=387900 CPUtime=51.09 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 116232 0 0 0 5093 16 0 0 25 0 1 0 891791989 397209600 96599 33554432000 4194304 5696331 140737071815184 18446744073709551615 4401090 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 96975 96599 149 367 0 96605 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 387900

[startup+102.306 s]
/proc/loadavg: 4.00 3.95 3.00 5/190 14051
/proc/meminfo: memFree=29102416/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=751372 CPUtime=102.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 207176 0 0 0 10204 25 0 0 25 0 1 0 891791989 769404928 187522 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400211 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 187843 187522 149 367 0 187473 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 751372

[startup+162.3 s]
/proc/loadavg: 4.00 3.95 3.06 5/190 14053
/proc/meminfo: memFree=28059316/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=751372 CPUtime=162.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 225152 0 0 0 16201 28 0 0 25 0 1 0 891791989 769404928 187561 33554432000 4194304 5696331 140737071815184 18446744073709551615 4403165 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 187843 187561 150 367 0 187473 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 751372

[startup+222.3 s]
/proc/loadavg: 4.05 3.97 3.12 5/190 14054
/proc/meminfo: memFree=26912120/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1119244 CPUtime=222.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 317798 0 0 0 22191 38 0 0 25 0 1 0 891791989 1146105856 279530 33554432000 4194304 5696331 140737071815184 18446744073709551615 4402329 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 279811 279530 150 367 0 279441 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1119244

[startup+282.3 s]
/proc/loadavg: 4.14 4.00 3.18 5/190 14056
/proc/meminfo: memFree=25655992/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1460648 CPUtime=282.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 403139 0 0 0 28182 47 0 0 25 0 1 0 891791989 1495703552 364849 33554432000 4194304 5696331 140737071815184 18446744073709551615 4394376 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 365162 364849 150 367 0 364792 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1460648

[startup+342.3 s]
/proc/loadavg: 4.05 4.00 3.23 5/190 14058
/proc/meminfo: memFree=25216380/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=342.3 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435253 0 0 0 34177 53 0 0 25 0 1 0 891791989 1136095232 277086 33554432000 4194304 5696331 140737071815184 18446744073709551615 4403178 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277086 150 367 0 276997 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1109468

[startup+402.3 s]
/proc/loadavg: 4.06 4.01 3.28 5/190 14059
/proc/meminfo: memFree=24832916/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=402.3 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435253 0 0 0 40177 53 0 0 25 0 1 0 891791989 1136095232 277086 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400691 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277086 150 367 0 276997 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1109468

[startup+462.3 s]
/proc/loadavg: 4.02 4.01 3.32 5/190 14061
/proc/meminfo: memFree=24832268/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=462.3 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 46177 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4394446 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1109468

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.36 5/190 14062
/proc/meminfo: memFree=24832232/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=522.3 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 52177 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4380994 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1109468

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.40 5/190 14064
/proc/meminfo: memFree=24831800/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=582.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 58176 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4393014 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1109468

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.43 5/190 14066
/proc/meminfo: memFree=24831616/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=642.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 64176 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 1109468

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.47 5/190 14067
/proc/meminfo: memFree=24828212/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=702.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 70176 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4402426 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1109468

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.50 5/190 14069
/proc/meminfo: memFree=24828668/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=762.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 76176 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4402426 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 1109468

[startup+822.3 s]
/proc/loadavg: 4.07 4.02 3.53 5/190 14070
/proc/meminfo: memFree=24828872/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=822.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 82176 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4401090 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1109468

[startup+882.3 s]
/proc/loadavg: 4.02 4.01 3.56 5/190 14186
/proc/meminfo: memFree=24933904/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=882.28 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 88175 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4398344 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 1109468

[startup+942.3 s]
/proc/loadavg: 4.01 4.00 3.58 5/190 14188
/proc/meminfo: memFree=24795604/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=942.28 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 94175 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 1109468

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.60 5/190 14189
/proc/meminfo: memFree=24651108/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=1002.28 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 100175 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 1109468

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.63 5/190 14191
/proc/meminfo: memFree=24641644/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=1062.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 106176 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4402356 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1109468

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.65 5/190 14192
/proc/meminfo: memFree=24569552/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=1122.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 112176 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1109468

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 14232
/proc/meminfo: memFree=24625024/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=1182.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 118176 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4394222 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1109468

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

[startup+1190.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 14232
/proc/meminfo: memFree=24596980/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=1190.29 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 118976 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4380994 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 1190.29
Current children cumulated vsize (KiB) 1109468

[startup+1193.51 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 14232
/proc/meminfo: memFree=24596848/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=1193.49 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 119296 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 1193.49
Current children cumulated vsize (KiB) 1109468

[startup+1196.7 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 14232
/proc/meminfo: memFree=24596844/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=1196.69 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 119616 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400122 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 1196.69
Current children cumulated vsize (KiB) 1109468

[startup+1198.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 14232
/proc/meminfo: memFree=24596844/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=1198.28 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 119775 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 1198.28
Current children cumulated vsize (KiB) 1109468

[startup+1198.7 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 14232
/proc/meminfo: memFree=24596844/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=1198.68 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 119815 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4400302 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 1198.68
Current children cumulated vsize (KiB) 1109468

[startup+1198.9 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 14232
/proc/meminfo: memFree=24596844/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=1109468 CPUtime=1198.89 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202496 435254 0 0 0 119836 53 0 0 25 0 1 0 891791989 1136095232 277087 33554432000 4194304 5696331 140737071815184 18446744073709551615 4402895 0 0 4096 24615 0 0 0 17 4 0 0 0
/proc/14009/statm: 277367 277087 150 367 0 276997 0
Current children cumulated CPU time (s) 1198.89
Current children cumulated vsize (KiB) 1109468

[startup+1199.01 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 14232
/proc/meminfo: memFree=24596844/32951124 swapFree=67056684/67111528
[pid=14009] ppid=14007 vsize=0 CPUtime=1198.99 cores=4,6
/proc/14009/stat : 14009 (muser) R 14007 14009 13546 0 -1 4202500 435255 0 0 0 119846 53 0 0 25 0 1 0 891791989 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 4 0 0 0
/proc/14009/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1198.99
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.04
CPU time (s): 1199.04
CPU user time (s): 1198.46
CPU system time (s): 0.575912
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 1589060

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

runsolver used 2.12068 second user time and 4.42533 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-11 16:18:32
IDJOB=3493683
IDBENCH=71102
IDSOLVER=1969
FILE ID=node109/3493683-1307801912
RUNJOBID= node109-1307800705-13565
PBS_JOBID= 13551065
Free space on /tmp= 73964 MiB

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

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

MD5SUM BENCH= 540450986cd3d9879ae19d42219d1fab
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:      30319932 kB
Buffers:        299552 kB
Cached:        1003768 kB
SwapCached:       8608 kB
Active:        1771704 kB
Inactive:       629484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30319932 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:           25456 kB
Writeback:           0 kB
AnonPages:     1095288 kB
Mapped:          14848 kB
Slab:           163372 kB
PageTables:       7096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1331144 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= 73976 MiB
End job on node109 at 2011-06-11 16:38:32