Trace number 3493799

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

NameSAT02/industrial/goldberg/rand_net/
rand_net50-25-5.shuffled.cnf
MD5SUM6c5a8c8492e999dc5a336a0cecca9f23
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark142.2
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses7401
Sum of the clauses size17450
Maximum clause length50
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24800
Number of clauses of size 32600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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-3493799-1307802992.cnf ***
0.00/0.00	c 
0.00/0.00	c Parsing CPU Time: 0.004999
0.00/0.00	c Running MUSer ...
23.68/23.70	c 0.00% completed ... 
83.79/83.83	c 5.08% completed ... 
147.59/147.63	c 10.09% completed ... 
218.09/218.15	c 15.10% completed ... 
269.29/269.32	c 35.63% completed ... 
396.50/396.55	c 40.63% completed ... 
460.81/460.85	c 54.62% completed ... 
877.83/877.86	c 69.63% completed ... 
990.92/990.93	c 74.63% completed ... 
1198.93/1199.00	c muser received timeout signal. Terminating ...
1198.93/1199.00	c CPU Time: CPU Time: 1198.82

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-3493799-1307802992/watcher-3493799-1307802992 -o /tmp/evaluation-result-3493799-1307802992/solver-3493799-1307802992 -C 1800 -W 1850 -M 7680 ./muser -comp HOME/instance-3493799-1307802992.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.01 4.00 3.64 5/186 9025
/proc/meminfo: memFree=29655784/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=3896 CPUtime=0 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 471 0 0 0 0 0 0 0 25 0 1 0 970529640 3989504 425 33554432000 4194304 5696331 140733844273136 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 974 426 114 367 0 604 0

[startup+0.0877449 s]
/proc/loadavg: 4.01 4.00 3.64 5/186 9025
/proc/meminfo: memFree=29655784/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=4824 CPUtime=0.08 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 969 0 0 0 8 0 0 0 25 0 1 0 970529640 4939776 921 33554432000 4194304 5696331 140733844273136 18446744073709551615 4399955 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 1206 921 143 367 0 836 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4824

[startup+0.100748 s]
/proc/loadavg: 4.01 4.00 3.64 5/186 9025
/proc/meminfo: memFree=29655784/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=4824 CPUtime=0.09 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 985 0 0 0 9 0 0 0 25 0 1 0 970529640 4939776 937 33554432000 4194304 5696331 140733844273136 18446744073709551615 4400112 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 1206 937 143 367 0 836 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4824

[startup+0.300716 s]
/proc/loadavg: 4.01 4.00 3.64 5/186 9025
/proc/meminfo: memFree=29655784/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=5764 CPUtime=0.29 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 1222 0 0 0 29 0 0 0 25 0 1 0 970529640 5902336 1173 33554432000 4194304 5696331 140733844273136 18446744073709551615 4965206 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 1441 1173 143 367 0 1071 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5764

[startup+0.700652 s]
/proc/loadavg: 4.01 4.00 3.64 5/186 9025
/proc/meminfo: memFree=29655784/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=8044 CPUtime=0.69 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 1784 0 0 0 69 0 0 0 25 0 1 0 970529640 8237056 1735 33554432000 4194304 5696331 140733844273136 18446744073709551615 4402372 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 2011 1736 143 367 0 1641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8044

[startup+1.50045 s]
/proc/loadavg: 4.00 4.00 3.64 5/187 9026
/proc/meminfo: memFree=29647988/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=12572 CPUtime=1.49 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 2834 0 0 0 149 0 0 0 25 0 1 0 970529640 12873728 2785 33554432000 4194304 5696331 140733844273136 18446744073709551615 4399871 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 3143 2785 143 367 0 2773 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12572

[startup+3.10118 s]
/proc/loadavg: 4.00 4.00 3.64 5/187 9026
/proc/meminfo: memFree=29641912/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=20736 CPUtime=3.09 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 4811 0 0 0 308 1 0 0 25 0 1 0 970529640 21233664 4762 33554432000 4194304 5696331 140733844273136 18446744073709551615 4400319 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 5184 4762 143 367 0 4814 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20736

[startup+6.30059 s]
/proc/loadavg: 4.00 4.00 3.64 5/187 9027
/proc/meminfo: memFree=29625508/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=35288 CPUtime=6.29 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 8582 0 0 0 628 1 0 0 25 0 1 0 970529640 36134912 8533 33554432000 4194304 5696331 140733844273136 18446744073709551615 4400080 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 8822 8533 143 367 0 8452 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35288

[startup+12.7004 s]
/proc/loadavg: 4.00 4.00 3.64 5/187 9027
/proc/meminfo: memFree=29648192/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=12172 CPUtime=12.69 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 15475 0 0 0 1265 4 0 0 25 0 1 0 970529640 12464128 2704 33554432000 4194304 5696331 140733844273136 18446744073709551615 4400276 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 3043 2704 144 367 0 2673 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12172

[startup+25.501 s]
/proc/loadavg: 4.00 4.00 3.65 5/187 9027
/proc/meminfo: memFree=29623628/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=33616 CPUtime=25.49 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 34601 0 0 0 2541 8 0 0 25 0 1 0 970529640 34422784 8125 33554432000 4194304 5696331 140733844273136 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 8404 8125 149 367 0 8034 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33616

[startup+51.1002 s]
/proc/loadavg: 4.00 4.00 3.65 5/187 9028
/proc/meminfo: memFree=29506524/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=151132 CPUtime=51.09 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 63971 0 0 0 5097 12 0 0 25 0 1 0 970529640 154759168 37467 33554432000 4194304 5696331 140733844273136 18446744073709551615 4380981 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 37783 37467 150 367 0 37413 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 151132

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.67 5/187 9029
/proc/meminfo: memFree=29396516/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=259196 CPUtime=102.3 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 91504 0 0 0 10214 16 0 0 25 0 1 0 970529640 265416704 64521 33554432000 4194304 5696331 140733844273136 18446744073709551615 4400416 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 64799 64521 150 367 0 64429 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 259196

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.69 5/187 9149
/proc/meminfo: memFree=29433172/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=259196 CPUtime=162.29 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 91511 0 0 0 16213 16 0 0 25 0 1 0 970529640 265416704 64527 33554432000 4194304 5696331 140733844273136 18446744073709551615 4413820 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 64799 64527 150 367 0 64429 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 259196

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/187 9150
/proc/meminfo: memFree=28258544/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=294920 CPUtime=222.29 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101184 0 0 0 22211 18 0 0 25 0 1 0 970529640 301998080 73458 33554432000 4194304 5696331 140733844273136 18446744073709551615 4391898 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 73730 73458 150 367 0 73360 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 294920

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.72 5/187 9152
/proc/meminfo: memFree=28261236/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=282.29 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101187 0 0 0 28211 18 0 0 25 0 1 0 970529640 298332160 72566 33554432000 4194304 5696331 140733844273136 18446744073709551615 4394296 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72566 150 367 0 72465 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 291340

[startup+342.301 s]
/proc/loadavg: 4.07 4.03 3.75 5/187 9154
/proc/meminfo: memFree=28257848/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=342.29 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101188 0 0 0 34211 18 0 0 25 0 1 0 970529640 298332160 72567 33554432000 4194304 5696331 140733844273136 18446744073709551615 4400709 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72567 150 367 0 72465 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 291340

[startup+402.301 s]
/proc/loadavg: 3.39 3.84 3.70 4/181 9179
/proc/meminfo: memFree=28078440/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=402.3 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101189 0 0 0 40211 19 0 0 25 0 1 0 970529640 298332160 72568 33554432000 4194304 5696331 140733844273136 18446744073709551615 4394448 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72568 150 367 0 72465 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 291340

[startup+462.301 s]
/proc/loadavg: 3.14 3.68 3.65 4/181 9181
/proc/meminfo: memFree=28078412/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=462.31 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101191 0 0 0 46212 19 0 0 25 0 1 0 970529640 298332160 72570 33554432000 4194304 5696331 140733844273136 18446744073709551615 4402529 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72570 150 367 0 72465 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 291340

[startup+522.301 s]
/proc/loadavg: 3.08 3.57 3.61 4/181 9182
/proc/meminfo: memFree=28078640/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=522.3 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101191 0 0 0 52211 19 0 0 25 0 1 0 970529640 298332160 72570 33554432000 4194304 5696331 140733844273136 18446744073709551615 4402296 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72570 150 367 0 72465 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 291340

[startup+582.3 s]
/proc/loadavg: 3.08 3.48 3.58 4/181 9184
/proc/meminfo: memFree=27796276/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=582.3 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101191 0 0 0 58211 19 0 0 25 0 1 0 970529640 298332160 72570 33554432000 4194304 5696331 140733844273136 18446744073709551615 4394274 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72570 150 367 0 72465 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 291340

[startup+642.301 s]
/proc/loadavg: 3.03 3.39 3.54 4/181 9186
/proc/meminfo: memFree=27796380/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=642.31 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101191 0 0 0 64212 19 0 0 25 0 1 0 970529640 298332160 72570 33554432000 4194304 5696331 140733844273136 18446744073709551615 4400296 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72570 150 367 0 72465 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 291340

[startup+702.301 s]
/proc/loadavg: 3.01 3.31 3.50 4/181 9187
/proc/meminfo: memFree=27812856/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=702.31 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101191 0 0 0 70212 19 0 0 25 0 1 0 970529640 298332160 72570 33554432000 4194304 5696331 140733844273136 18446744073709551615 4394700 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72570 150 367 0 72465 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 291340

[startup+762.307 s]
/proc/loadavg: 3.00 3.26 3.47 4/181 9189
/proc/meminfo: memFree=27476916/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=762.31 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101192 0 0 0 76212 19 0 0 25 0 1 0 970529640 298332160 72571 33554432000 4194304 5696331 140733844273136 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72571 150 367 0 72465 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 291340

[startup+822.301 s]
/proc/loadavg: 3.00 3.21 3.43 4/181 9190
/proc/meminfo: memFree=26836320/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=822.31 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101192 0 0 0 82212 19 0 0 25 0 1 0 970529640 298332160 72571 33554432000 4194304 5696331 140733844273136 18446744073709551615 4402344 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72571 150 367 0 72465 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 291340

[startup+882.3 s]
/proc/loadavg: 3.00 3.17 3.41 4/181 9192
/proc/meminfo: memFree=26836304/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=882.32 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101192 0 0 0 88212 20 0 0 25 0 1 0 970529640 298332160 72571 33554432000 4194304 5696331 140733844273136 18446744073709551615 4380994 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72571 150 367 0 72465 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 291340

[startup+942.3 s]
/proc/loadavg: 3.00 3.13 3.38 4/181 9193
/proc/meminfo: memFree=26394584/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=942.32 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101192 0 0 0 94212 20 0 0 25 0 1 0 970529640 298332160 72571 33554432000 4194304 5696331 140733844273136 18446744073709551615 4402946 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72571 150 367 0 72465 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 291340

[startup+1002.3 s]
/proc/loadavg: 3.00 3.11 3.35 4/181 9195
/proc/meminfo: memFree=26394676/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=1002.32 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101193 0 0 0 100212 20 0 0 25 0 1 0 970529640 298332160 72572 33554432000 4194304 5696331 140733844273136 18446744073709551615 4394229 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72572 150 367 0 72465 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 291340

[startup+1062.3 s]
/proc/loadavg: 3.00 3.08 3.33 4/181 9197
/proc/meminfo: memFree=26394884/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=1062.32 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101193 0 0 0 106212 20 0 0 25 0 1 0 970529640 298332160 72572 33554432000 4194304 5696331 140733844273136 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72572 150 367 0 72465 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 291340

[startup+1122.3 s]
/proc/loadavg: 3.00 3.07 3.30 4/181 9198
/proc/meminfo: memFree=26395108/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=1122.32 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101194 0 0 0 112211 21 0 0 25 0 1 0 970529640 298332160 72573 33554432000 4194304 5696331 140733844273136 18446744073709551615 4402352 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72573 150 367 0 72465 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 291340

[startup+1182.3 s]
/proc/loadavg: 3.00 3.05 3.28 4/181 9200
/proc/meminfo: memFree=26395084/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=1182.33 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101194 0 0 0 118212 21 0 0 25 0 1 0 970529640 298332160 72573 33554432000 4194304 5696331 140733844273136 18446744073709551615 4380994 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72573 150 367 0 72465 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 291340

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

[startup+1190.3 s]
/proc/loadavg: 3.00 3.05 3.28 4/181 9200
/proc/meminfo: memFree=26395324/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=1190.33 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101194 0 0 0 119012 21 0 0 25 0 1 0 970529640 298332160 72573 33554432000 4194304 5696331 140733844273136 18446744073709551615 4380810 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72573 150 367 0 72465 0
Current children cumulated CPU time (s) 1190.33
Current children cumulated vsize (KiB) 291340

[startup+1193.51 s]
/proc/loadavg: 3.00 3.05 3.28 4/181 9200
/proc/meminfo: memFree=26395324/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=1193.53 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101194 0 0 0 119332 21 0 0 25 0 1 0 970529640 298332160 72573 33554432000 4194304 5696331 140733844273136 18446744073709551615 4402730 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72573 150 367 0 72465 0
Current children cumulated CPU time (s) 1193.53
Current children cumulated vsize (KiB) 291340

[startup+1196.7 s]
/proc/loadavg: 3.00 3.05 3.27 4/181 9200
/proc/meminfo: memFree=26395324/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=1196.73 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101194 0 0 0 119652 21 0 0 25 0 1 0 970529640 298332160 72573 33554432000 4194304 5696331 140733844273136 18446744073709551615 4380975 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72573 150 367 0 72465 0
Current children cumulated CPU time (s) 1196.73
Current children cumulated vsize (KiB) 291340

[startup+1198.3 s]
/proc/loadavg: 3.00 3.05 3.27 4/181 9200
/proc/meminfo: memFree=26395324/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=1198.32 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101194 0 0 0 119811 21 0 0 25 0 1 0 970529640 298332160 72573 33554432000 4194304 5696331 140733844273136 18446744073709551615 4400211 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72573 150 367 0 72465 0
Current children cumulated CPU time (s) 1198.32
Current children cumulated vsize (KiB) 291340

[startup+1198.7 s]
/proc/loadavg: 3.00 3.05 3.27 4/181 9200
/proc/meminfo: memFree=26395324/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=1198.72 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101194 0 0 0 119851 21 0 0 25 0 1 0 970529640 298332160 72573 33554432000 4194304 5696331 140733844273136 18446744073709551615 4403208 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72573 150 367 0 72465 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 291340

[startup+1198.9 s]
/proc/loadavg: 3.00 3.05 3.27 4/181 9200
/proc/meminfo: memFree=26395324/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=291340 CPUtime=1198.93 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202496 101194 0 0 0 119872 21 0 0 25 0 1 0 970529640 298332160 72573 33554432000 4194304 5696331 140733844273136 18446744073709551615 4400263 0 0 4096 24615 0 0 0 17 0 0 0 0
/proc/9025/statm: 72835 72573 150 367 0 72465 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 291340

[startup+1199.01 s]
/proc/loadavg: 3.00 3.05 3.27 4/181 9200
/proc/meminfo: memFree=26395324/32951124 swapFree=67062556/67111528
[pid=9025] ppid=9023 vsize=0 CPUtime=1199.04 cores=0,2
/proc/9025/stat : 9025 (muser) R 9023 9025 8460 0 -1 4202500 101195 0 0 0 119882 22 0 0 25 0 1 0 970529640 0 0 33554432000 0 0 0 0 0 0 8192 4096 24615 18446744073709551615 0 0 17 0 0 0 0
/proc/9025/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.04
Current children cumulated vsize (KiB) 0

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

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

runsolver used 2.18467 second user time and 4.34334 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-11 16:36:32
IDJOB=3493799
IDBENCH=88000
IDSOLVER=1969
FILE ID=node111/3493799-1307802992
RUNJOBID= node111-1307800705-8478
PBS_JOBID= 13551063
Free space on /tmp= 73804 MiB

SOLVER NAME= MUSer 2011-02-10
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net50-25-5.shuffled.cnf
COMMAND LINE= ./muser -comp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493799-1307802992/watcher-3493799-1307802992 -o /tmp/evaluation-result-3493799-1307802992/solver-3493799-1307802992 -C 1800 -W 1850 -M 7680  ./muser -comp HOME/instance-3493799-1307802992.cnf

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

MD5SUM BENCH= 6c5a8c8492e999dc5a336a0cecca9f23
RANDOM SEED=1005821154

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29656452 kB
Buffers:        313812 kB
Cached:        1619220 kB
SwapCached:      11232 kB
Active:        1729104 kB
Inactive:      1342448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29656452 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:            1632 kB
Writeback:           0 kB
AnonPages:     1135912 kB
Mapped:          12300 kB
Slab:           155876 kB
PageTables:       7128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1346580 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= 73872 MiB
End job on node111 at 2011-06-11 16:56:31