Trace number 3501071

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.21 1199.17

General information on the benchmark

Namegmus/belov/
4pipe_2_ooo.gcnf
MD5SUM161524264b766f40bfa30063970bbccb
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark70.5873
Satisfiable
(Un)Satisfiability was proved
Number of variables19964
Number of clauses144385
Sum of the clauses size394319
Maximum clause length13330
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2126004
Number of clauses of size 31352
Number of clauses of size 413451
Number of clauses of size 595
Number of clauses of size over 53482
Number of groups19417
Number of clauses in the kernel (group 0)1
Least number of clauses in a group (except group 0) 2
Greatest number of clauses in a group (except group 0) 13330

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-3501071-1308042170.gcnf ***
0.00/0.00	c 
0.09/0.19	c Parsing CPU Time: 0.186971
0.09/0.19	c Running MUSer ...
335.80/335.84	c 0.00% completed ... 
1198.93/1199.00	c muser received timeout signal. Terminating ...
1198.93/1199.00	c CPU Time: CPU Time: 1195.96

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: 989)

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-3501071-1308042170/watcher-3501071-1308042170 -o /tmp/evaluation-result-3501071-1308042170/solver-3501071-1308042170 -C 1800 -W 1850 -M 7680 muser -comp -grp HOME/instance-3501071-1308042170.gcnf 

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: 4.01 3.81 2.47 4/189 10627
/proc/meminfo: memFree=27745760/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=5184 CPUtime=0 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 778 0 0 0 0 0 0 0 25 0 1 0 915815039 5308416 730 33554432000 4194304 5696331 140735695056256 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1296 731 114 367 0 926 0

[startup+0.093476 s]
/proc/loadavg: 4.01 3.81 2.47 4/189 10627
/proc/meminfo: memFree=27745760/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=20040 CPUtime=0.08 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 4939 0 0 0 8 0 0 0 25 0 1 0 915815039 20520960 4453 33554432000 4194304 5696331 140735695056256 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 5010 4455 114 367 0 4640 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20040

[startup+0.100476 s]
/proc/loadavg: 4.01 3.81 2.47 4/189 10627
/proc/meminfo: memFree=27745760/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=21360 CPUtime=0.09 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 5275 0 0 0 9 0 0 0 25 0 1 0 915815039 21872640 4789 33554432000 4194304 5696331 140735695056256 18446744073709551615 5068096 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 5340 4791 114 367 0 4970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21360

[startup+0.300441 s]
/proc/loadavg: 4.01 3.81 2.47 4/189 10627
/proc/meminfo: memFree=27745760/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=51144 CPUtime=0.29 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 13290 0 0 0 28 1 0 0 25 0 1 0 915815039 52371456 12223 33554432000 4194304 5696331 140735695056256 18446744073709551615 4400243 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 12786 12223 141 367 0 12416 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51144

[startup+0.700361 s]
/proc/loadavg: 4.01 3.81 2.47 4/189 10627
/proc/meminfo: memFree=27745760/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=54284 CPUtime=0.69 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 14029 0 0 0 68 1 0 0 25 0 1 0 915815039 55586816 12962 33554432000 4194304 5696331 140735695056256 18446744073709551615 4396775 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 13571 12962 141 367 0 13201 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54284

[startup+1.50022 s]
/proc/loadavg: 4.01 3.81 2.47 5/190 10628
/proc/meminfo: memFree=27691904/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=59696 CPUtime=1.49 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 15435 0 0 0 147 2 0 0 25 0 1 0 915815039 61128704 14368 33554432000 4194304 5696331 140735695056256 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 14924 14368 141 367 0 14554 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59696

[startup+3.10093 s]
/proc/loadavg: 4.01 3.81 2.47 5/190 10628
/proc/meminfo: memFree=27683596/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=72256 CPUtime=3.09 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 18503 0 0 0 307 2 0 0 25 0 1 0 915815039 73990144 17436 33554432000 4194304 5696331 140735695056256 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 18064 17436 141 367 0 17694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72256

[startup+6.30035 s]
/proc/loadavg: 4.01 3.81 2.47 5/190 10628
/proc/meminfo: memFree=27658368/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=96860 CPUtime=6.29 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 24500 0 0 0 626 3 0 0 25 0 1 0 915815039 99184640 23432 33554432000 4194304 5696331 140735695056256 18446744073709551615 4399919 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 24215 23432 141 367 0 23845 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96860

[startup+12.7002 s]
/proc/loadavg: 4.01 3.82 2.49 5/190 10628
/proc/meminfo: memFree=27604180/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=148428 CPUtime=12.69 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 37567 0 0 0 1263 6 0 0 25 0 1 0 915815039 151990272 36498 33554432000 4194304 5696331 140735695056256 18446744073709551615 4399975 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 37107 36498 141 367 0 36737 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 148428

[startup+25.5009 s]
/proc/loadavg: 4.00 3.83 2.50 5/190 10628
/proc/meminfo: memFree=27508704/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=242556 CPUtime=25.49 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 60978 0 0 0 2538 11 0 0 25 0 1 0 915815039 248377344 59909 33554432000 4194304 5696331 140735695056256 18446744073709551615 4403158 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 60639 59909 141 367 0 60269 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 242556

[startup+51.1002 s]
/proc/loadavg: 4.07 3.85 2.55 5/190 10666
/proc/meminfo: memFree=27946640/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=51212 CPUtime=51.09 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 101321 0 0 0 5087 22 0 0 25 0 1 0 915815039 52441088 12359 33554432000 4194304 5696331 140735695056256 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 12803 12359 142 367 0 12433 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51212

[startup+102.307 s]
/proc/loadavg: 4.11 3.89 2.63 5/190 10671
/proc/meminfo: memFree=27524076/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=469264 CPUtime=102.3 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 205716 0 0 0 10183 47 0 0 25 0 1 0 915815039 480526336 116754 33554432000 4194304 5696331 140735695056256 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 117316 116754 142 367 0 116946 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 469264

[startup+162.301 s]
/proc/loadavg: 4.04 3.91 2.72 5/190 10672
/proc/meminfo: memFree=27052032/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=945840 CPUtime=162.3 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 324779 0 0 0 16158 72 0 0 25 0 1 0 915815039 968540160 235817 33554432000 4194304 5696331 140735695056256 18446744073709551615 4400285 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 236460 235817 142 367 0 236090 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 945840

[startup+222.301 s]
/proc/loadavg: 4.01 3.92 2.79 5/190 10711
/proc/meminfo: memFree=28094084/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=286068 CPUtime=222.29 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 437263 0 0 0 22131 98 0 0 25 0 1 0 915815039 292933632 70321 33554432000 4194304 5696331 140735695056256 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 71517 70321 142 367 0 71147 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 286068

[startup+282.3 s]
/proc/loadavg: 4.04 3.95 2.87 5/190 10712
/proc/meminfo: memFree=27622348/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=760388 CPUtime=282.3 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 555846 0 0 0 28106 124 0 0 25 0 1 0 915815039 778637312 188903 33554432000 4194304 5696331 140735695056256 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 190097 188903 142 367 0 189727 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 760388

[startup+342.3 s]
/proc/loadavg: 4.01 3.95 2.94 5/190 10788
/proc/meminfo: memFree=28074140/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=234648 CPUtime=342.3 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 698279 0 0 0 34077 153 0 0 25 0 1 0 915815039 240279552 57985 33554432000 4194304 5696331 140735695056256 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 58662 57985 148 367 0 58292 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 234648

[startup+402.3 s]
/proc/loadavg: 4.08 3.99 3.01 5/190 10827
/proc/meminfo: memFree=29394652/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=1275704 CPUtime=402.3 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 958524 0 0 0 40036 194 0 0 25 0 1 0 915815039 1306320896 317974 33554432000 4194304 5696331 140735695056256 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 318926 317974 148 367 0 318556 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1275704

[startup+462.3 s]
/proc/loadavg: 4.03 3.99 3.07 5/190 10828
/proc/meminfo: memFree=28360964/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=2301328 CPUtime=462.31 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1215097 0 0 0 46006 225 0 0 25 0 1 0 915815039 2356559872 574383 33554432000 4194304 5696331 140735695056256 18446744073709551615 4402352 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 575332 574383 148 367 0 574962 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 2301328

[startup+522.301 s]
/proc/loadavg: 4.01 3.99 3.13 5/190 10904
/proc/meminfo: memFree=28021680/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=2575036 CPUtime=522.31 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1283167 0 0 0 51998 233 0 0 25 0 1 0 915815039 2636836864 642421 33554432000 4194304 5696331 140735695056256 18446744073709551615 4403152 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 643759 642421 148 367 0 643389 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2575036

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.18 5/190 10905
/proc/meminfo: memFree=27975464/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=2575036 CPUtime=582.31 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1283203 0 0 0 57998 233 0 0 25 0 1 0 915815039 2636836864 642457 33554432000 4194304 5696331 140735695056256 18446744073709551615 4402296 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 643759 642457 148 367 0 643389 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2575036

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.23 5/190 10907
/proc/meminfo: memFree=27682900/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=2866060 CPUtime=642.31 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1356281 0 0 0 63988 243 0 0 25 0 1 0 915815039 2934845440 715483 33554432000 4194304 5696331 140735695056256 18446744073709551615 4402323 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 716515 715484 148 367 0 716145 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2866060

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.27 5/190 10909
/proc/meminfo: memFree=26642608/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=3910488 CPUtime=702.31 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1617535 0 0 0 69950 281 0 0 25 0 1 0 915815039 4004339712 976629 33554432000 4194304 5696331 140735695056256 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 977622 976629 148 367 0 977252 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 3910488

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.31 5/190 10910
/proc/meminfo: memFree=25997612/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4549924 CPUtime=762.32 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1777479 0 0 0 75928 304 0 0 25 0 1 0 915815039 4659122176 1136525 33554432000 4194304 5696331 140735695056256 18446744073709551615 4403158 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1137481 1136525 148 367 0 1137111 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 4549924

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.36 5/190 10912
/proc/meminfo: memFree=25906056/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4638456 CPUtime=822.32 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1799708 0 0 0 81925 307 0 0 25 0 1 0 915815039 4749778944 1158742 33554432000 4194304 5696331 140735695056256 18446744073709551615 4402426 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1159614 1158742 148 367 0 1159244 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 4638456

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.39 5/190 10913
/proc/meminfo: memFree=25906128/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4638456 CPUtime=882.32 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1799712 0 0 0 87925 307 0 0 25 0 1 0 915815039 4749778944 1158746 33554432000 4194304 5696331 140735695056256 18446744073709551615 4402316 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1159614 1158746 148 367 0 1159244 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 4638456

[startup+942.3 s]
/proc/loadavg: 4.07 4.00 3.43 6/190 10952
/proc/meminfo: memFree=26083060/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4638456 CPUtime=942.32 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1799712 0 0 0 93925 307 0 0 25 0 1 0 915815039 4749778944 1158746 33554432000 4194304 5696331 140735695056256 18446744073709551615 4403158 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1159614 1158746 148 367 0 1159244 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 4638456

[startup+1002.3 s]
/proc/loadavg: 4.02 4.00 3.47 6/190 10954
/proc/meminfo: memFree=25955776/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4638456 CPUtime=1002.32 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1799714 0 0 0 99925 307 0 0 25 0 1 0 915815039 4749778944 1158748 33554432000 4194304 5696331 140735695056256 18446744073709551615 4402352 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1159614 1158748 148 367 0 1159244 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 4638456

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.50 6/190 10992
/proc/meminfo: memFree=26070424/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4638456 CPUtime=1062.32 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1799718 0 0 0 105925 307 0 0 25 0 1 0 915815039 4749778944 1158752 33554432000 4194304 5696331 140735695056256 18446744073709551615 4402529 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1159614 1158752 148 367 0 1159244 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 4638456

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.52 6/190 10994
/proc/meminfo: memFree=26060992/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4638456 CPUtime=1122.33 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1799725 0 0 0 111926 307 0 0 25 0 1 0 915815039 4749778944 1158759 33554432000 4194304 5696331 140735695056256 18446744073709551615 4402356 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1159614 1158759 148 367 0 1159244 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 4638456

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.55 6/190 10995
/proc/meminfo: memFree=26054260/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4638456 CPUtime=1182.33 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1799727 0 0 0 117926 307 0 0 25 0 1 0 915815039 4749778944 1158761 33554432000 4194304 5696331 140735695056256 18446744073709551615 4403205 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1159614 1158761 148 367 0 1159244 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 4638456

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

[startup+1190.3 s]
/proc/loadavg: 4.00 4.00 3.55 6/190 10996
/proc/meminfo: memFree=26052644/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4638456 CPUtime=1190.33 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1799727 0 0 0 118726 307 0 0 25 0 1 0 915815039 4749778944 1158761 33554432000 4194304 5696331 140735695056256 18446744073709551615 4403185 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1159614 1158761 148 367 0 1159244 0
Current children cumulated CPU time (s) 1190.33
Current children cumulated vsize (KiB) 4638456

[startup+1193.51 s]
/proc/loadavg: 4.00 4.00 3.56 6/190 10996
/proc/meminfo: memFree=26052396/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4638456 CPUtime=1193.53 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1799727 0 0 0 119046 307 0 0 25 0 1 0 915815039 4749778944 1158761 33554432000 4194304 5696331 140735695056256 18446744073709551615 4394442 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1159614 1158761 148 367 0 1159244 0
Current children cumulated CPU time (s) 1193.53
Current children cumulated vsize (KiB) 4638456

[startup+1196.7 s]
/proc/loadavg: 4.00 4.00 3.56 6/190 10996
/proc/meminfo: memFree=26052144/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4638456 CPUtime=1196.73 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1799727 0 0 0 119366 307 0 0 25 0 1 0 915815039 4749778944 1158761 33554432000 4194304 5696331 140735695056256 18446744073709551615 4402329 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1159614 1158761 148 367 0 1159244 0
Current children cumulated CPU time (s) 1196.73
Current children cumulated vsize (KiB) 4638456

[startup+1198.3 s]
/proc/loadavg: 4.00 4.00 3.56 6/190 10996
/proc/meminfo: memFree=26052144/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4638456 CPUtime=1198.33 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1799727 0 0 0 119526 307 0 0 25 0 1 0 915815039 4749778944 1158761 33554432000 4194304 5696331 140735695056256 18446744073709551615 4402313 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1159614 1158761 148 367 0 1159244 0
Current children cumulated CPU time (s) 1198.33
Current children cumulated vsize (KiB) 4638456

[startup+1198.7 s]
/proc/loadavg: 4.00 4.00 3.56 6/190 10996
/proc/meminfo: memFree=26052144/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=4638456 CPUtime=1198.73 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202496 1799727 0 0 0 119566 307 0 0 25 0 1 0 915815039 4749778944 1158761 33554432000 4194304 5696331 140735695056256 18446744073709551615 4400211 0 0 4096 24615 0 0 0 17 5 0 0 0
/proc/10627/statm: 1159614 1158761 148 367 0 1159244 0
Current children cumulated CPU time (s) 1198.73
Current children cumulated vsize (KiB) 4638456

[startup+1199.1 s]
/proc/loadavg: 4.00 4.00 3.56 6/190 10996
/proc/meminfo: memFree=26050284/32951124 swapFree=67051728/67111528
[pid=10627] ppid=10625 vsize=0 CPUtime=1199.13 cores=5,7
/proc/10627/stat : 10627 (muser) R 10625 10627 9930 0 -1 4202500 1800412 0 0 0 119596 317 0 0 25 0 1 0 915815039 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 5 0 0 0
/proc/10627/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.13
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1199.17
CPU time (s): 1199.21
CPU user time (s): 1195.96
CPU system time (s): 3.24851
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4640044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1195.96
system time used= 3.24851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1800412
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= 4
involuntary context switches= 1276

runsolver used 1.84272 second user time and 4.51531 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-14 11:02:51
IDJOB=3501071
IDBENCH=90011
IDSOLVER=1998
FILE ID=node138/3501071-1308042170
RUNJOBID= node138-1308041268-9951
PBS_JOBID= 13564386
Free space on /tmp= 74148 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT11/gmus/belov/4pipe_2_ooo.gcnf
COMMAND LINE= muser -comp -grp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3501071-1308042170/watcher-3501071-1308042170 -o /tmp/evaluation-result-3501071-1308042170/solver-3501071-1308042170 -C 1800 -W 1850 -M 7680  muser -comp -grp HOME/instance-3501071-1308042170.gcnf

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

MD5SUM BENCH= 161524264b766f40bfa30063970bbccb
RANDOM SEED=523471592

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27746056 kB
Buffers:        194464 kB
Cached:        1034564 kB
SwapCached:      13160 kB
Active:        4031676 kB
Inactive:       953884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27746056 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:            4676 kB
Writeback:           0 kB
AnonPages:     3754392 kB
Mapped:          11268 kB
Slab:           146032 kB
PageTables:      12596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3995788 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= 74144 MiB
End job on node138 at 2011-06-14 11:22:50